Searched defs:maxudp (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dpeer.h82 isc_uint16_t maxudp; /* transmit size */ member in struct:dns_peer
200 dns_peer_setmaxudp(dns_peer_t *peer, isc_uint16_t maxudp);
203 dns_peer_getmaxudp(dns_peer_t *peer, isc_uint16_t *maxudp);
H A Dview.h147 isc_uint16_t maxudp; member in struct:dns_view
/bind-9.6-ESV-R11/lib/dns/
H A Dpeer.c687 dns_peer_setmaxudp(dns_peer_t *peer, isc_uint16_t maxudp) { argument
694 peer->maxudp = maxudp;
701 dns_peer_getmaxudp(dns_peer_t *peer, isc_uint16_t *maxudp) { argument
704 REQUIRE(maxudp != NULL);
707 *maxudp = peer->maxudp;

Completed in 42 milliseconds