HomeSort by: relevance | last modified time | path
    Searched defs:IF_NAMESIZE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
getnameinfo.c 9 #ifndef IF_NAMESIZE
11 # define IF_NAMESIZE IFNAMSIZ
13 # define IF_NAMESIZE 16
318 bufsiz >= IF_NAMESIZE) {
gethostent.c 614 #ifndef IF_NAMESIZE
616 # define IF_NAMESIZE IFNAMSIZ
618 # define IF_NAMESIZE 16
625 char name[IF_NAMESIZE+1];
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
ifiter_ioctl.c 105 #ifndef IF_NAMESIZE
107 # define IF_NAMESIZE IFNAMSIZ
109 # define IF_NAMESIZE 16
  /src/external/mpl/dhcp/dist/common/
discover.c 195 #ifndef IF_NAMESIZE
197 # define IF_NAMESIZE LIFNAMSIZ
199 # define IF_NAMESIZE IFNAMSIZ
201 # define IF_NAMESIZE 16
245 char name[IF_NAMESIZE+1]; /* name of the interface, e.g. "bge0" */
  /src/external/bsd/libpcap/dist/
pcap.c 1537 #define IF_NAMESIZE 8192
1545 #ifndef IF_NAMESIZE
1546 #define IF_NAMESIZE IFNAMSIZ
1549 static char device[IF_NAMESIZE + 1];
  /src/sys/net/
if.h 76 #define IF_NAMESIZE 16
148 #define IFNAMSIZ IF_NAMESIZE

Completed in 21 milliseconds