Searched refs:maxudp (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dpeer.h79 isc_uint16_t maxudp; /* transmit size */ member in struct:dns_peer
216 dns_peer_setmaxudp(dns_peer_t *peer, isc_uint16_t maxudp);
219 dns_peer_getmaxudp(dns_peer_t *peer, isc_uint16_t *maxudp);
H A Dview.h165 isc_uint16_t maxudp; member in struct:dns_view
/bind-9.11.3/lib/dns/
H A Dpeer.c768 dns_peer_setmaxudp(dns_peer_t *peer, isc_uint16_t maxudp) { argument
775 peer->maxudp = maxudp;
782 dns_peer_getmaxudp(dns_peer_t *peer, isc_uint16_t *maxudp) { argument
785 REQUIRE(maxudp != NULL);
788 *maxudp = peer->maxudp;
H A Dview.c220 view->maxudp = 0;
/bind-9.11.3/bin/named/
H A Dmain.c117 static int maxudp = 0; variable
590 maxudp = 512;
592 maxudp = 1460;
598 "maxudp=", 7))
599 maxudp = atoi(isc_commandline_argument + 7);
835 isc__socketmgr_maxudp(ns_g_socketmgr, maxudp);
H A Dclient.c2807 isc_uint16_t udpsize = view->maxudp;
H A Dserver.c4006 view->maxudp = udpsize;
4017 if (udpsize > view->maxudp)
4018 udpsize = view->maxudp;
/bind-9.11.3/lib/isc/include/isc/
H A Dsocket.h1222 isc__socketmgr_maxudp(isc_socketmgr_t *mgr, int maxudp);
1224 * Test interface. Drop UDP packet > 'maxudp'.
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c449 int maxudp; member in struct:isc__socketmgr
1975 * 'maxudp' bytes.
1977 if (sock->manager->maxudp != 0 && cc > sock->manager->maxudp)
2069 sock->manager->maxudp != 0 &&
2070 write_count > (size_t)sock->manager->maxudp)
4416 isc__socketmgr_maxudp(isc_socketmgr_t *manager0, int maxudp) { argument
4421 manager->maxudp = maxudp;
4680 manager->maxudp
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c3978 isc___socketmgr_maxudp(isc_socketmgr_t *manager, int maxudp) { argument
3981 UNUSED(maxudp);

Completed in 1489 milliseconds