Home
last modified time | relevance | path

Searched refs:max_request_udp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dconfig.c72 size_t max_request_udp; variable
227 max_request_tcp = max_request_udp = parse_bytes(max_request_str, NULL); in configure()
236 max_request_tcp = max_request_udp = parse_bytes(p, NULL); in configure()
284 if(max_request_udp == 0) in configure()
285 max_request_udp = 64 * 1024; in configure()
H A Dkdc_locl.h96 extern size_t max_request_udp;
H A Dconnect.c465 buf = malloc(max_request_udp); in handle_udp()
468 (unsigned long)max_request_udp); in handle_udp()
473 n = recvfrom(d->s, buf, max_request_udp, 0, d->sa, &d->sock_len); in handle_udp()
480 if ((size_t)n == max_request_udp) { in handle_udp()