/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | peer.c | 71 uint16_t maxudp; /* transmit size */ 373 ACCESS_OPTION(maxudp, SERVER_MAXUDP_BIT, uint16_t, maxudp) in dns_peer_getbogus() 70 uint16_t maxudp; /* transmit size */ global() member 823 dns_peer_setmaxudp(dns_peer_t * peer,uint16_t maxudp) dns_peer_setmaxudp() argument 837 dns_peer_getmaxudp(dns_peer_t * peer,uint16_t * maxudp) dns_peer_getmaxudp() argument
|
H A D | view.c |
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | peer.h | 89 uint16_t maxudp; /* transmit size */ member 233 dns_peer_setmaxudp(dns_peer_t *peer, uint16_t maxudp); 236 dns_peer_getmaxudp(dns_peer_t *peer, uint16_t *maxudp);
|
H A D | view.h | 175 uint16_t maxudp; member
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | peer.c | 778 dns_peer_setmaxudp(dns_peer_t *peer, uint16_t maxudp) { in dns_peer_setmaxudp() argument 785 peer->maxudp = maxudp; in dns_peer_setmaxudp() 792 dns_peer_getmaxudp(dns_peer_t *peer, uint16_t *maxudp) { in dns_peer_getmaxudp() argument 794 REQUIRE(maxudp != NULL); in dns_peer_getmaxudp() 797 *maxudp = peer->maxudp; in dns_peer_getmaxudp()
|
H A D | view.c | 226 view->maxudp = 0; in dns_view_create()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
H A D | udp.c | 381 uint32_t maxudp; in udp_recv_cb() local 409 maxudp = atomic_load(&sock->mgr->maxudp); in udp_recv_cb() 410 if ((maxudp != 0 && (uint32_t)nrecv > maxudp)) { in udp_recv_cb() 501 uint32_t maxudp = atomic_load(&sock->mgr->maxudp); in isc__nm_udp_send() local 514 if (maxudp != 0 && region->length > maxudp) { in isc__nm_udp_send()
|
H A D | netmgr.c | 300 atomic_init(&mgr->maxudp, 0); in isc__netmgr_create() 621 isc_nm_maxudp(isc_nm_t *mgr, uint32_t maxudp) { in isc_nm_maxudp() argument 624 atomic_store(&mgr->maxudp, maxudp); in isc_nm_maxudp()
|
H A D | netmgr-int.h | 668 atomic_uint_fast32_t maxudp; member
|
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/ |
H A D | udp.c | 483 uint32_t maxudp; in isc__nm_async_udplisten() 509 * bigger than 'maxudp' bytes for testing purposes. in isc__nm_async_udplisten() 511 maxudp = atomic_load_relaxed(&sock->worker->netmgr->maxudp); in isc__nm_async_udplisten() 512 if (maxudp != 0 && (uint32_t)nrecv > maxudp) { in isc__nm_async_udplisten() 673 uint32_t maxudp; in udp_recv_cb() 682 maxudp = atomic_load(&worker->netmgr->maxudp); in udp_recv_cb() 687 * 'maxudp' byte 570 uint32_t maxudp; udp_recv_cb() local 696 uint32_t maxudp = atomic_load(&sock->mgr->maxudp); isc__nm_udp_send() local [all...] |
H A D | netmgr.c | 185 atomic_init(&netmgr->maxudp, 0); in isc__nm_in_netthread() 306 isc_nm_maxudp(isc_nm_t *mgr, uint32_t maxudp) { in isc__netmgr_create() 309 atomic_store_relaxed(&mgr->maxudp, maxudp); in isc__netmgr_create() 571 isc_nm_maxudp(isc_nm_t * mgr,uint32_t maxudp) isc_nm_maxudp() argument
|
H A D | netmgr-int.h | 342 atomic_uint_fast32_t maxudp; 790 atomic_uint_fast32_t maxudp; global() member
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | peer.h | 188 dns_peer_setmaxudp(dns_peer_t *peer, uint16_t maxudp); 191 dns_peer_getmaxudp(dns_peer_t *peer, uint16_t *maxudp);
|
H A D | view.h | 169 uint16_t maxudp; 178 uint16_t maxudp; global() member
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | netmgr.h | 451 isc_nm_maxudp(isc_nm_t *mgr, uint32_t maxudp);
|
H A D | socket.h | 882 isc_socketmgr_maxudp(isc_socketmgr_t *mgr, unsigned int maxudp);
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | netmgr.h | 592 isc_nm_maxudp(isc_nm_t *mgr, uint32_t maxudp);
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
H A D | socket.c | 390 size_t maxudp; member 1615 if (sock->manager->maxudp != 0 && in doio_recv() 1616 cc > (int)sock->manager->maxudp) in doio_recv() 1690 if (sock->type == isc_sockettype_udp && sock->manager->maxudp != 0 && in doio_send() 1691 write_count > sock->manager->maxudp) in doio_send() 3640 isc_socketmgr_maxudp(isc_socketmgr_t *manager, unsigned int maxudp) { in isc_socketmgr_maxudp() argument 3643 manager->maxudp = maxudp; in isc_socketmgr_maxudp() 3897 manager->maxudp = 0; in isc_socketmgr_create2()
|
/netbsd-src/external/mpl/bind/dist/lib/ns/ |
H A D | client.c | 2424 uint16_t udpsize = client->view->maxudp;
|