Searched refs:MAX_MSG_SIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A Dbootpd.h52 #define MAX_MSG_SIZE (3*512) /* Maximum packet size */ macro
H A Dbootpd.c218 pktbuf = malloc(MAX_MSG_SIZE);
546 n = recvfrom(s, pktbuf, MAX_MSG_SIZE, 0,
H A Dreadfile.c1125 hp->msg_size > MAX_MSG_SIZE)
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c84 #define MAX_MSG_SIZE (3*512) /* Maximum packet size */ macro
187 pktbuf = malloc(MAX_MSG_SIZE);
461 n = recvfrom(s, pktbuf, MAX_MSG_SIZE, 0,
/freebsd-11-stable/contrib/openbsm/bin/auditd/
H A Dauditd_darwin.c87 #define MAX_MSG_SIZE 4096 macro
434 result = mach_msg_server(auditd_combined_server, MAX_MSG_SIZE,

Completed in 64 milliseconds