Home
last modified time | relevance | path

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

/original-bsd/sbin/XNSrouted/
H A Dprotocol.h42 #define MAXPACKETSIZE 512 /* max broadcast size */ macro
H A Ddefs.h57 char packet[MAXPACKETSIZE+sizeof(struct idp)+1];
H A Doutput.c84 if (size > MAXPACKETSIZE - sizeof (struct netinfo)) {
/original-bsd/include/protocols/
H A Drouted.h54 #define MAXPACKETSIZE 512 /* max broadcast size */ macro
/original-bsd/sbin/routed/
H A Ddefs.h61 char packet[MAXPACKETSIZE+1];
H A Doutput.c112 if (size > MAXPACKETSIZE - sizeof (struct netinfo)) {
H A Dmain.c267 char buf[MAXPACKETSIZE+1];
H A Drouted.c56 char packet[MAXPACKETSIZE+1];
493 if (size > MAXPACKETSIZE - sizeof (struct netinfo)) {
/original-bsd/sbin/routed/trace/
H A Dtrace.c30 char packet[MAXPACKETSIZE];
/original-bsd/sys/vax/if/
H A Dif_qe.c224 #define MAXPACKETSIZE 2048 /* Should really be ETHERMTU */ macro
414 sizeof (struct ether_header), (int)btoc(MAXPACKETSIZE),
428 (caddr_t)UBAI_ADDR(sc->qe_ifr[i].ifrw_info), MAXPACKETSIZE);
712 rp->qe_buf_len = -((MAXPACKETSIZE)/2);
/original-bsd/sbin/XNSrouted/tools/
H A Dquery.c38 char packet[MAXPACKETSIZE];
/original-bsd/sbin/routed/query/
H A Dquery.c39 char packet[MAXPACKETSIZE];