Searched refs:IF_NAME_LEN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h169 * IF_NAME_LEN is the maximum size of interface names represented within
173 * address. IF_NAME_LEN needs to be large enough to also hold such
176 #define IF_NAME_LEN (MAXHOSTNAMELEN + sizeof ("remote()") + 1) macro
310 char phyi_name[IF_NAME_LEN+1];
329 char int_name[IF_NAME_LEN+1];
524 char parm_name[IF_NAME_LEN+1];
H A Dparms.c737 strlen(buf) > IF_NAME_LEN)
H A Dif.c337 assert(IF_NAME_LEN >= IF_NAMESIZE);

Completed in 67 milliseconds