OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_MSG_SIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/bootp/common/
bootpd.h
52
#define
MAX_MSG_SIZE
(3*512) /* Maximum packet size */
readfile.c
1115
hp->msg_size >
MAX_MSG_SIZE
)
/src/usr.sbin/bootp/bootpgw/
bootpgw.c
76
#define
MAX_MSG_SIZE
(3*512) /* Maximum packet size */
169
pktbuf = malloc(
MAX_MSG_SIZE
);
442
n = recvfrom(s, pktbuf,
MAX_MSG_SIZE
, 0,
/src/usr.sbin/bootp/bootpd/
bootpd.c
208
pktbuf = malloc(
MAX_MSG_SIZE
);
515
n = recvfrom(s, pktbuf,
MAX_MSG_SIZE
, 0,
Completed in 17 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025