HomeSort by: relevance | last modified time | path
    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