Home
last modified time | relevance | path

Searched refs:OVER_MAXPACKETSIZE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/routed/
H A Ddefs.h145 #define OVER_MAXPACKETSIZE (MAXPACKETSIZE+sizeof(struct netinfo)*2) macro
148 char packet[OVER_MAXPACKETSIZE*2];
H A Dinput.c163 if (cc > (int)OVER_MAXPACKETSIZE) { in input()