Searched refs:IF_NAMESIZE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnameinfo.c7 #ifndef IF_NAMESIZE
9 # define IF_NAMESIZE IFNAMSIZ macro
11 # define IF_NAMESIZE 16 macro
316 bufsiz >= IF_NAMESIZE) {
H A Dgethostent.c634 #ifndef IF_NAMESIZE
636 # define IF_NAMESIZE IFNAMSIZ macro
638 # define IF_NAMESIZE 16 macro
645 char name[IF_NAMESIZE+1];
/illumos-gate/usr/src/boot/include/net/
H A Dif.h54 #define IF_NAMESIZE 16 macro
56 #define IFNAMSIZ IF_NAMESIZE
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinterface_id.c47 * IF_NAMESIZE-1 bytes
67 * the given interface name <= (IF_NAMESIZE-1)
70 if (size > (IF_NAMESIZE - 1)) {
105 * The interface name returned will be at most IF_NAMESIZE-1 bytes.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c564 char ifname[IF_NAMESIZE+1];
570 char ifstring[IF_NAMESIZE + 3*sizeof (ifindex) + sizeof (" ()") + 1];
H A Dif.c337 assert(IF_NAME_LEN >= IF_NAMESIZE);
/illumos-gate/usr/src/uts/common/net/
H A Dif.h722 #define IF_NAMESIZE _LIFNAMSIZ macro
/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c53 #define IF_NAMESIZE MAX_ADAPTER_NAME_LENGTH macro
925 char *p = LOCAL_ONLY_NAME, nameBuff[IF_NAMESIZE];
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h83 # ifdef IF_NAMESIZE
84 # define LIFNAMSIZ IF_NAMESIZE
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c941 char if_name[IF_NAMESIZE];

Completed in 95 milliseconds