IFDESCRSIZE      1152 net/if.c       	char ifdescrbuf[IFDESCRSIZE];
IFDESCRSIZE      1279 net/if.c       		strlcpy(ifdescrbuf, ifp->if_description, IFDESCRSIZE);
IFDESCRSIZE      1280 net/if.c       		error = copyoutstr(ifdescrbuf, ifr->ifr_data, IFDESCRSIZE,
IFDESCRSIZE      1288 net/if.c       		    IFDESCRSIZE, &bytesdone);
IFDESCRSIZE      1290 net/if.c       			(void)memset(ifp->if_description, 0, IFDESCRSIZE);
IFDESCRSIZE      1291 net/if.c       			strlcpy(ifp->if_description, ifdescrbuf, IFDESCRSIZE);
IFDESCRSIZE       202 net/if.h       	char	if_description[IFDESCRSIZE]; /* interface description */