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

12

/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Drtsold.h38 char ifname[IF_NAMESIZE]; /* interface name */
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpktap.h42 #define PKTAP_IFXNAMESIZE (IF_NAMESIZE + 8)
H A Dif.h68 #define IF_NAMESIZE 16 macro
396 #define IFNAMSIZ IF_NAMESIZE
/macosx-10.10/configd-699.1.5/IPMonitorControl/
H A DIPMonitorControl.c229 char ifname[IF_NAMESIZE];
295 char ifname[IF_NAMESIZE];
356 char ifname[IF_NAMESIZE];
/macosx-10.10/bless-103/libbless/EFI/
H A DBLInterpretEFIXMLRepresentationAsNetworkPath.c159 CFStringGetCString(name, interface, IF_NAMESIZE,kCFStringEncodingUTF8);
202 CFStringGetCString(name, interface, IF_NAMESIZE,kCFStringEncodingUTF8);
/macosx-10.10/bless-103/libbless/Network/
H A DBLGetPreferredNetworkInterface.c149 if(!CFStringGetCString(name, ifname, IF_NAMESIZE, kCFStringEncodingUTF8)) {
/macosx-10.10/bless-103/
H A DmodeNetboot.c66 char interface[IF_NAMESIZE];
426 if(!CFStringGetCString(interfaceString,interface,IF_NAMESIZE,kCFStringEncodingUTF8)) {
H A DhandleInfo.c393 char interface[IF_NAMESIZE];
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A DDNSServiceBrowser.m150 strlcpy(interfaceName, "all", IF_NAMESIZE);
153 strlcpy(interfaceName, "local", IF_NAMESIZE);
156 strlcpy(interfaceName, "p2p", IF_NAMESIZE);
437 char interfaceName[IF_NAMESIZE];
/macosx-10.10/libpcap-48/libpcap/
H A Dinet.c676 #ifndef IF_NAMESIZE
677 #define IF_NAMESIZE IFNAMSIZ macro
679 static char device[IF_NAMESIZE + 1];
/macosx-10.10/ppp-786.1.1/Controller/
H A Dflow_divert_controller.c79 flow_divert_start_dns_interface(char if_name[IF_NAMESIZE])
91 utun_sock = create_tun_interface(if_name, IF_NAMESIZE, &if_index, 0, 0);
318 char if_name[IF_NAMESIZE];
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dinterfaceiter.c187 char name[IF_NAMESIZE+1];
H A Difiter_ioctl.c101 #ifndef IF_NAMESIZE
103 # define IF_NAMESIZE IFNAMSIZ macro
105 # define IF_NAMESIZE 16 macro
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dgetnameinfo.c330 * XXXLUKEM: some systems (MacOS X) don't have IF_NAMESIZE
336 bufsiz >= IF_NAMESIZE) {
/macosx-10.10/network_cmds-457/arp.tproj/
H A Darp.c574 char ifname[IF_NAMESIZE];
651 char ifname[IF_NAMESIZE];
1012 char ifname[IF_NAMESIZE];
1066 char ifname[IF_NAMESIZE];
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dinterfaceiter.c187 char name[IF_NAMESIZE+1];
H A Difiter_ioctl.c103 #ifndef IF_NAMESIZE
105 # define IF_NAMESIZE IFNAMSIZ macro
107 # define IF_NAMESIZE 16 macro
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dsys_MacOSX.c224 strncpy(interface, ifa->ifa_name, IF_NAMESIZE);
/macosx-10.10/network_cmds-457/mptcp_client/
H A Dmptcp_client.c282 char ifname[IF_NAMESIZE];
283 char scopestr[2 + IF_NAMESIZE];
/macosx-10.10/network_cmds-457/mtest.tproj/
H A Dmtest.c747 strlcpy(ifr.ifr_name, str1, IF_NAMESIZE);
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dmkconstants.rb691 IF_NAMESIZE nil Maximum interface name size
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_info.h464 char ndrvsi_if_name[IF_NAMESIZE];
/macosx-10.10/libresolv-57/
H A Dres_send.c1106 char ancillary[1024], ifname[IF_NAMESIZE];
1136 if (sdl->sdl_nlen < IF_NAMESIZE)
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DJNISupport.c53 #define IF_NAMESIZE MAX_ADAPTER_NAME_LENGTH macro
925 char *p = LOCAL_ONLY_NAME, nameBuff[IF_NAMESIZE];
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dsi_getaddrinfo.c309 char tmp[INET6_ADDRSTRLEN + 1 + IF_NAMESIZE + 1];
333 char ifname[IF_NAMESIZE];

Completed in 267 milliseconds

12