Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/host/
Dhost.c179 #define MAXDLEN (MAXPACKET - HFIXEDSZ) /* upper bound for dlen */ macro
282 #define MAXSTRLEN MAXDLEN /* maximum size of multiple substrings */
447 u_char databuf[MAXDLEN]; /* generic data buffer */
493 u_char nullbuf[MAXDLEN]; /* generic data buffer */
636 u_char unspecbuf[MAXDLEN]; /* generic data buffer */
7721 static char buf[2*MAXDLEN+1];
7726 if (size > MAXDLEN)
7727 size = MAXDLEN;