Searched defs:IF_NAME_LEN (Results 1 - 1 of 1) 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];

Completed in 63 milliseconds