Searched refs:MAXPACKETSIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/include/protocols/
H A Drouted.h141 #define MAXPACKETSIZE 512 /* max broadcast size */ macro
142 #define NETS_LEN ((MAXPACKETSIZE-sizeof(struct rip)) \
/freebsd-10-stable/sbin/routed/rtquery/
H A Drtquery.c99 char packet[MAXPACKETSIZE+MAXPATHLEN];
106 char packet[MAXPACKETSIZE+1024];
637 if (size > MAXPACKETSIZE) {
640 size-MAXPACKETSIZE);
644 size-MAXPACKETSIZE);
/freebsd-10-stable/sbin/routed/
H A Ddefs.h167 #define OVER_MAXPACKETSIZE (MAXPACKETSIZE+sizeof(struct netinfo)*2)
H A Dinput.c180 cc-MAXPACKETSIZE, naddr_ntoa(FROM_NADDR));

Completed in 117 milliseconds