Home
last modified time | relevance | path

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

/dragonfly/include/protocols/
H A Drouted.h139 #define MAXPACKETSIZE 512 /* max broadcast size */ macro
140 #define NETS_LEN ((MAXPACKETSIZE-sizeof(struct rip)) \
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c68 char packet[MAXPACKETSIZE+MAXPATHLEN];
75 char packet[MAXPACKETSIZE+1024];
603 if (size > MAXPACKETSIZE) { in rip_input()
606 size-MAXPACKETSIZE); in rip_input()
610 size-MAXPACKETSIZE); in rip_input()
/dragonfly/sbin/routed/
H A Ddefs.h145 #define OVER_MAXPACKETSIZE (MAXPACKETSIZE+sizeof(struct netinfo)*2)
H A Dinput.c166 cc-MAXPACKETSIZE, naddr_ntoa(FROM_NADDR)); in input()