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

/freebsd-9.3-release/contrib/bind9/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.h161 isc_uint16_t maxudp; member in struct:dns_view
/freebsd-9.3-release/contrib/bind9/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;
H A Dview.c196 view->maxudp = 0;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dmain.c106 static int maxudp = 0; variable
524 maxudp = 512;
526 maxudp = 1460;
656 isc__socketmgr_maxudp(ns_g_socketmgr, maxudp);
H A Dclient.c1926 isc_uint16_t udpsize = view->maxudp;
H A Dserver.c2780 view->maxudp = udpsize;
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h1126 isc__socketmgr_maxudp(isc_socketmgr_t *mgr, int maxudp);
1128 * Test interface. Drop UDP packet > 'maxudp'.
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dsocket.h1139 isc__socketmgr_maxudp(isc_socketmgr_t *mgr, int maxudp);
1141 * Test interface. Drop UDP packet > 'maxudp'.
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dsocket.c411 int maxudp; member in struct:isc__socketmgr
1764 if (sock->manager->maxudp != 0 && cc > sock->manager->maxudp)
3947 isc___socketmgr_maxudp(isc_socketmgr_t *manager0, int maxudp) { argument
3952 manager->maxudp = maxudp;
4211 manager->maxudp = 0;
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c411 int maxudp; member in struct:isc__socketmgr
1750 if (sock->manager->maxudp != 0 && cc > sock->manager->maxudp)
3923 isc___socketmgr_maxudp(isc_socketmgr_t *manager0, int maxudp) { argument
3928 manager->maxudp = maxudp;
4187 manager->maxudp = 0;
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c3854 isc___socketmgr_maxudp(isc_socketmgr_t *manager, int maxudp) { argument
3857 UNUSED(maxudp);

Completed in 230 milliseconds