Searched refs:MAX_MSG_SIZE (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/bootpd/bootpgw/ |
H A D | bootpgw.c | 73 #define MAX_MSG_SIZE (3*512) /* Maximum packet size */ macro 173 pktbuf = malloc(MAX_MSG_SIZE); in main() 450 n = recvfrom(s, pktbuf, MAX_MSG_SIZE, 0, in main()
|
/freebsd/contrib/openbsm/bin/auditd/ |
H A D | auditd_darwin.c | 87 #define MAX_MSG_SIZE 4096 macro 434 result = mach_msg_server(auditd_combined_server, MAX_MSG_SIZE, in auditd_wait_for_events()
|
/freebsd/libexec/bootpd/ |
H A D | bootpd.h | 50 #define MAX_MSG_SIZE (3*512) /* Maximum packet size */ macro
|
H A D | bootpd.c | 204 pktbuf = malloc(MAX_MSG_SIZE); in main() 535 n = recvfrom(s, pktbuf, MAX_MSG_SIZE, 0, in main()
|
H A D | readfile.c | 1100 hp->msg_size > MAX_MSG_SIZE) in eval_symbol()
|