| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/net/ |
| H A D | if_.d | 57 enum IF_NAMESIZE = 16; in version() local 72 enum IF_NAMESIZE = 16; in version() local 87 enum IF_NAMESIZE = 16; in version() local 102 enum IF_NAMESIZE = 16; in version() local 117 enum IF_NAMESIZE = 16; in version() local 132 enum IF_NAMESIZE = 16; in version() local 141 enum IF_NAMESIZE = 16; in version() local 154 enum IF_NAMESIZE = 16; in version() local
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | dhcpcd.h | 76 char name[IF_NAMESIZE]; 117 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1]; 178 char control_sock[sizeof(CONTROLSOCKET) + IF_NAMESIZE]; 179 char control_sock_unpriv[sizeof(CONTROLSOCKET) + IF_NAMESIZE + 7];
|
| H A D | if.h | 199 char ifname[IF_NAMESIZE]; 200 char devname[IF_NAMESIZE]; 201 char drvname[IF_NAMESIZE];
|
| H A D | ipv4.h | 97 char alias[IF_NAMESIZE];
|
| H A D | privsep.h | 176 char psp_ifname[IF_NAMESIZE];
|
| H A D | dhcp6.h | 212 char leasefile[sizeof(LEASEFILE6) + IF_NAMESIZE + (IF_SSIDLEN * 4) +3];
|
| H A D | dhcp.h | 233 char leasefile[sizeof(LEASEFILE) + IF_NAMESIZE + (IF_SSIDLEN * 4)];
|
| H A D | ipv4.c | 611 char alias[IF_NAMESIZE]; in ipv4_aliasaddr() 619 if (if_makealias(alias, IF_NAMESIZE, ia->iface->name, lun) >= in ipv4_aliasaddr() 620 IF_NAMESIZE) in ipv4_aliasaddr()
|
| H A D | ipv6.h | 210 char alias[IF_NAMESIZE];
|
| H A D | if-options.h | 198 char ifname[IF_NAMESIZE];
|
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | getnameinfo.c | 9 #ifndef IF_NAMESIZE 11 # define IF_NAMESIZE IFNAMSIZ macro 13 # define IF_NAMESIZE 16 macro 318 bufsiz >= IF_NAMESIZE) { in ip6_sa2str()
|
| H A D | gethostent.c | 614 #ifndef IF_NAMESIZE 616 # define IF_NAMESIZE IFNAMSIZ macro 618 # define IF_NAMESIZE 16 macro 625 char name[IF_NAMESIZE+1]; in scan_linux6()
|
| /netbsd-src/usr.bin/systat/ |
| H A D | ifstat.c | 71 char if_name[IF_NAMESIZE]; 356 snprintf(ifp->if_name, IF_NAMESIZE, "%*s", IF_NAMESIZE - 1, in right_align_string() 470 strncpy(data->ifdr_name, ifa->ifa_name, IF_NAMESIZE); in getifmibdata()
|
| /netbsd-src/dist/pf/usr.sbin/ftp-proxy/ |
| H A D | ipf.c | 240 ipn = calloc(1, sizeof(*ipn) + 2 * IF_NAMESIZE + 2); in ipf_add_rdr() 260 (void) strlcpy(ipn->in_names, netif, IF_NAMESIZE); in ipf_add_rdr() 263 (void) strlcpy(ipn->in_names + ipn->in_namelen, netif, IF_NAMESIZE); in ipf_add_rdr()
|
| /netbsd-src/usr.sbin/ldpd/ |
| H A D | conffile.h | 55 char if_name[IF_NAMESIZE];
|
| H A D | conffile.c | 395 strlcpy(conf_if->if_name, ifname, IF_NAMESIZE); in Finterface()
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | nsd.h | 16 # ifdef IF_NAMESIZE 17 # define IFNAMSIZ IF_NAMESIZE
|
| /netbsd-src/usr.bin/rump_dhcpclient/ |
| H A D | dhcpcd.h | 84 char name[IF_NAMESIZE];
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | discover.c | 195 #ifndef IF_NAMESIZE 197 # define IF_NAMESIZE LIFNAMSIZ macro 199 # define IF_NAMESIZE IFNAMSIZ macro 201 # define IF_NAMESIZE 16 macro 245 char name[IF_NAMESIZE+1]; /* name of the interface, e.g. "bge0" */
|
| /netbsd-src/usr.sbin/wakeonlan/ |
| H A D | wakeonlan.c | 192 char ifname[IF_NAMESIZE]; in main()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| H A D | interfaceiter.c | 176 char name[IF_NAMESIZE + 1]; in linux_if_inet6_current()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | interfaceiter.c | |
| /netbsd-src/sys/net/ |
| H A D | if.h | 76 #define IF_NAMESIZE 16 macro 148 #define IFNAMSIZ IF_NAMESIZE
|
| /netbsd-src/lib/libc/net/ |
| H A D | getnameinfo.c | 524 bufsiz >= IF_NAMESIZE) { in ip6_sa2str()
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_compat.h | 83 # ifdef IF_NAMESIZE 84 # define LIFNAMSIZ IF_NAMESIZE
|