/glibc-2.36/support/ |
D | tst-support_format_dns_packet.c | 45 static const char packet[] = in test_aaaa_length() local 60 check_packet (packet, sizeof (packet) - 1, __func__, in test_aaaa_length() 69 static const char packet[] = in test_multiple_cnames() local 86 check_packet (packet, sizeof (packet) - 1, __func__, in test_multiple_cnames()
|
/glibc-2.36/nscd/ |
D | mem.c | 56 if (h1->packet < h2->packet) in sort_he_data() 58 if (h1->packet > h2->packet) in sort_he_data() 182 = (struct datahead *) (db->data + he[cnt]->packet); in gc() 183 markrange (mark, he[cnt]->packet, dh->allocsize); in gc() 256 && (*next_data)->packet < off_free) in gc() 371 assert ((*next_data)->packet == off_alloc); in gc() 376 assert ((*next_data)->key >= (*next_data)->packet); in gc() 378 <= (*next_data)->packet + dh->allocsize); in gc() 380 (*next_data)->packet -= disp; in gc() 385 && (*next_data)->packet == off_alloc); in gc() [all …]
|
D | cache.c | 94 = (struct datahead *) (table->data + here->packet); in cache_search() 136 cache_add (int type, const void *key, size_t len, struct datahead *packet, in cache_add() argument 165 packet->usable = false; in cache_add() 176 newp->packet = (char *) packet - table->data; in cache_add() 177 assert ((newp->packet & BLOCK_ALIGN_M1) == 0); in cache_add() 188 if (packet->notfound) in cache_add() 221 if (next_wakeup > packet->timeout + CACHE_PRUNE_INTERVAL) in cache_add() 223 table->wakeup_time = packet->timeout; in cache_add() 352 struct datahead *dh = (struct datahead *) (data + runp->packet); in prune_cache() 471 = (struct datahead *) (data + runp->packet); in prune_cache()
|
D | connections.c | 422 if (here->packet < 0 in verify_persistent_db() 423 || here->packet > head->first_free in verify_persistent_db() 424 || here->packet + sizeof (struct datahead) > head->first_free) in verify_persistent_db() 427 struct datahead *dh = (struct datahead *) (data + here->packet); in verify_persistent_db() 431 here->packet, dh->allocsize)) in verify_persistent_db() 440 if (here->key < here->packet + sizeof (struct datahead) in verify_persistent_db() 441 || here->key > here->packet + dh->allocsize in verify_persistent_db() 442 || here->key + here->len > here->packet + dh->allocsize) in verify_persistent_db()
|
D | nscd-client.h | 292 ref_t packet; /* Records for the result. */ member
|
D | nscd.h | 281 struct datahead *packet, bool first,
|
D | cachedumper.c | 140 struct datahead *dh = (struct datahead *) (data + here->packet); in nscd_print_cache()
|
D | nscd_helper.c | 483 && ((here_packet = atomic_forced_read (here->packet)) in __nscd_cache_search()
|
/glibc-2.36/resolv/ |
D | tst-resolv-res_init-skeleton.c | 999 } packet; in start_dummy_server() local 1004 (server_socket, &packet, sizeof (packet), in start_dummy_server() 1011 packet.header.qr = 1; in start_dummy_server() 1012 packet.header.rcode = ns_r_servfail; in start_dummy_server() 1015 ret = sendto (server_socket, &packet, ret, in start_dummy_server()
|
/glibc-2.36/manual/ |
D | socket.texi | 59 @cindex packet 180 one packet. Since @code{SOCK_DGRAM} sockets do not have connections, 181 you must specify the recipient address with each packet. 184 transmit data is that it will try its best to deliver each packet you 185 send. It may succeed with the sixth packet after failing with the 186 fourth and fifth packets; the seventh packet may arrive before the 190 acceptable to simply re-send a packet if no response is seen in a 206 should be prepared to read the entire message packet in a single call 219 individually addressed packets, but guarantees that each packet sent 3028 these styles, you group data into packets and each packet is an [all …]
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | Makefile | 354 netrom/netrom.h netpacket/packet.h netrose/rose.h \
|
/glibc-2.36/po/ |
D | el.po | 1936 msgid "Cannot send broadcast packet"
|
D | nb.po | 2036 msgid "Cannot send broadcast packet"
|
D | en_GB.po | 1357 msgid "Cannot send broadcast packet"
|
D | sk.po | 3377 msgid "Cannot send broadcast packet"
|
D | gl.po | 3351 msgid "Cannot send broadcast packet"
|
D | ja.po | 4589 msgid "Cannot send broadcast packet"
|
D | libc.pot | 5194 msgid "Cannot send broadcast packet"
|
D | bg.po | 5309 msgid "Cannot send broadcast packet"
|
D | ru.po | 5296 msgid "Cannot send broadcast packet"
|
D | sr.po | 5284 msgid "Cannot send broadcast packet"
|
D | ko.po | 5319 msgid "Cannot send broadcast packet"
|
D | zh_CN.po | 5195 msgid "Cannot send broadcast packet"
|
/glibc-2.36/posix/ |
D | tst-regex.input | 1829 visible SCM_CREDS packet to what the kernel wants. 1831 SCM_CREDS packet output by kernel to what users want. 7252 netpacket/packet.h. 7307 * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 1829 visible SCM_CREDS packet to what the kernel wants. 1831 SCM_CREDS packet output by kernel to what users want. 7252 netpacket/packet.h. 7307 * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
|