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

/freebsd-13-stable/libexec/bootpd/
H A Dbootpd.h52 #define MAX_MSG_SIZE (3*512) /* Maximum packet size */ macro
H A Dbootpd.c219 pktbuf = malloc(MAX_MSG_SIZE);
550 n = recvfrom(s, pktbuf, MAX_MSG_SIZE, 0,
H A Dreadfile.c1125 hp->msg_size > MAX_MSG_SIZE)
/freebsd-13-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c84 #define MAX_MSG_SIZE (3*512) /* Maximum packet size */ macro
188 pktbuf = malloc(MAX_MSG_SIZE);
465 n = recvfrom(s, pktbuf, MAX_MSG_SIZE, 0,
/freebsd-13-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,
/freebsd-13-stable/usr.sbin/bhyve/
H A Dsnapshot.c122 #define MAX_MSG_SIZE 1024 macro
1449 unsigned char buf[MAX_MSG_SIZE];

Completed in 90 milliseconds