Home
last modified time | relevance | path

Searched defs:maxudp (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dpeer.c70 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
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dudp.c381 uint32_t maxudp; in udp_recv_cb() local
501 uint32_t maxudp = atomic_load(&sock->mgr->maxudp); in isc__nm_udp_send() local
H A Dnetmgr-int.h668 atomic_uint_fast32_t maxudp; member
H A Dnetmgr.c621 isc_nm_maxudp(isc_nm_t *mgr, uint32_t maxudp) { in isc_nm_maxudp()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dpeer.h89 uint16_t maxudp; /* transmit size */ member
H A Dview.h175 uint16_t maxudp; member
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dudp.c570 uint32_t maxudp; udp_recv_cb() local
696 uint32_t maxudp = atomic_load(&sock->mgr->maxudp); isc__nm_udp_send() local
[all...]
H A Dnetmgr.c571 isc_nm_maxudp(isc_nm_t * mgr,uint32_t maxudp) isc_nm_maxudp() argument
H A Dnetmgr-int.h790 atomic_uint_fast32_t maxudp; global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dpeer.c778 dns_peer_setmaxudp(dns_peer_t *peer, uint16_t maxudp) { in dns_peer_setmaxudp()
792 dns_peer_getmaxudp(dns_peer_t *peer, uint16_t *maxudp) { in dns_peer_getmaxudp()
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dview.h178 uint16_t maxudp; global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c390 size_t maxudp; member
3640 isc_socketmgr_maxudp(isc_socketmgr_t *manager, unsigned int maxudp) { in isc_socketmgr_maxudp()