Home
last modified time | relevance | path

Searched refs:packet (Results 1 – 25 of 50) sorted by relevance

12

/glibc-2.36/support/
Dtst-support_format_dns_packet.c45 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/
Dmem.c56 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 …]
Dcache.c94 = (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()
Dconnections.c422 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()
Dnscd-client.h292 ref_t packet; /* Records for the result. */ member
Dnscd.h281 struct datahead *packet, bool first,
Dcachedumper.c140 struct datahead *dh = (struct datahead *) (data + here->packet); in nscd_print_cache()
Dnscd_helper.c483 && ((here_packet = atomic_forced_read (here->packet)) in __nscd_cache_search()
/glibc-2.36/resolv/
Dtst-resolv-res_init-skeleton.c999 } 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/
Dsocket.texi59 @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/
DMakefile354 netrom/netrom.h netpacket/packet.h netrose/rose.h \
/glibc-2.36/po/
Del.po1936 msgid "Cannot send broadcast packet"
Dnb.po2036 msgid "Cannot send broadcast packet"
Den_GB.po1357 msgid "Cannot send broadcast packet"
Dsk.po3377 msgid "Cannot send broadcast packet"
Dgl.po3351 msgid "Cannot send broadcast packet"
Dja.po4589 msgid "Cannot send broadcast packet"
Dlibc.pot5194 msgid "Cannot send broadcast packet"
Dbg.po5309 msgid "Cannot send broadcast packet"
Dru.po5296 msgid "Cannot send broadcast packet"
Dsr.po5284 msgid "Cannot send broadcast packet"
Dko.po5319 msgid "Cannot send broadcast packet"
Dzh_CN.po5195 msgid "Cannot send broadcast packet"
/glibc-2.36/posix/
Dtst-regex.input1829 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/
DChangeLog.81829 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.

12