Home
last modified time | relevance | path

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

/freebsd-11-stable/include/protocols/
HDrouted.h141 #define MAXPACKETSIZE 512 /* max broadcast size */ macro
142 #define NETS_LEN ((MAXPACKETSIZE-sizeof(struct rip)) \
/freebsd-11-stable/sbin/routed/rtquery/
HDrtquery.c99 char packet[MAXPACKETSIZE+MAXPATHLEN];
106 char packet[MAXPACKETSIZE+1024];
637 if (size > MAXPACKETSIZE) { in rip_input()
640 size-MAXPACKETSIZE); in rip_input()
644 size-MAXPACKETSIZE); in rip_input()
/freebsd-11-stable/sbin/routed/
HDdefs.h167 #define OVER_MAXPACKETSIZE (MAXPACKETSIZE+sizeof(struct netinfo)*2)
HDinput.c180 cc-MAXPACKETSIZE, naddr_ntoa(FROM_NADDR)); in input()