/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ethtool.h | 33 #define ETH_GSTRING_LEN (2 * IF_NAMESIZE) /* Increase if not large enough */
|
/freebsd/sys/netinet6/ |
H A D | ip_fw_nptv6.h | 43 char if_name[IF_NAMESIZE];
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.h | 55 char if_name[IF_NAMESIZE];
|
H A D | nptv6.c | 448 memcpy(uc->if_name, cfg->if_name, IF_NAMESIZE); in nptv6_export_config() 585 if (strncmp(args->ifp->if_xname, cfg->if_name, IF_NAMESIZE)) in ifaddr_cb() 691 memcpy(cfg->if_name, uc->if_name, IF_NAMESIZE); in nptv6_create()
|
/freebsd/usr.bin/systat/ |
H A D | ifstat.c | 65 char display_name[IF_NAMESIZE]; 373 snprintf(ifp->display_name, IF_NAMESIZE, "%*s", IF_NAMESIZE-1, in format_device_name()
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 586 char if_name[IF_NAMESIZE]; /* interface name */ 873 char iface[IF_NAMESIZE]; /* interface name */ 997 char iface[IF_NAMESIZE]; /* interface name */
|
/freebsd/sys/net/ |
H A D | if.h | 53 #define IF_NAMESIZE 16 macro 55 #define IFNAMSIZ IF_NAMESIZE
|
H A D | route.c | 380 char if_name[IF_NAMESIZE]; in info_get_ifp() 383 if (sdl->sdl_nlen >= IF_NAMESIZE) in info_get_ifp()
|
/freebsd/usr.sbin/wake/ |
H A D | wake.c | 187 char ifname[IF_NAMESIZE]; in main()
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | ifiter_ioctl.c | 103 #ifndef IF_NAMESIZE 105 # define IF_NAMESIZE IFNAMSIZ macro 107 # define IF_NAMESIZE 16 macro
|
H A D | interfaceiter.c | 191 char name[IF_NAMESIZE+1]; in linux_if_inet6_current()
|
/freebsd/contrib/tcpdump/ |
H A D | print-sll.c | 413 char ifname[IF_NAMESIZE]; in sll2_if_print()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_nat.c | 93 char if_name[IF_NAMESIZE]; /* interface name */ 120 if (strncmp(ptr->if_name, ifp->if_xname, IF_NAMESIZE) != 0) in ifaddr_change() 922 char if_name[IF_NAMESIZE];
|
H A D | ip_fw_table_algo.c | 2206 if (strnlen(ifname, IF_NAMESIZE) == IF_NAMESIZE) in ta_prepare_add_ifidx() 2298 if (strnlen(ifname, IF_NAMESIZE) == IF_NAMESIZE) in ta_prepare_del_ifidx() 2526 tent->masklen = 8 * IF_NAMESIZE; in ta_dump_ifidx_tentry() 2527 memcpy(&tent->k, ife->no.name, IF_NAMESIZE); in ta_dump_ifidx_tentry() 2544 if (strnlen(ifname, IF_NAMESIZE) == IF_NAMESIZE) in ta_find_ifidx_tentry()
|
H A D | ip_fw_compat.c | 145 char iface[IF_NAMESIZE]; /* interface name */
|
/freebsd/contrib/libpcap/ |
H A D | pcap-haiku.c | 377 if (strlen(device) >= IF_NAMESIZE) { in validate_ifname()
|
H A D | pcap.c | 1528 #define IF_NAMESIZE 8192 macro 1536 #ifndef IF_NAMESIZE 1537 #define IF_NAMESIZE IFNAMSIZ macro 1540 static char device[IF_NAMESIZE + 1];
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 39 # ifdef IF_NAMESIZE 40 # define LIFNAMSIZ IF_NAMESIZE
|
/freebsd/sbin/ipfw/ |
H A D | tables.c | 1260 mask = MIN(strlen(arg), IF_NAMESIZE - 1); in tentry_fill_key_type() 1263 masklen = 8 * IF_NAMESIZE; in tentry_fill_key_type() 1814 char abuf[INET6_ADDRSTRLEN + IF_NAMESIZE + 2]; in table_show_value()
|
H A D | nat.c | 169 strncpy(n->if_name, ifn, IF_NAMESIZE); in set_addr_dynamic()
|
H A D | ipfw2.c | 1982 char buf[INET6_ADDRSTRLEN + IF_NAMESIZE + 2]; in print_fwd()
|
/freebsd/usr.sbin/mtest/ |
H A D | mtest.c | 781 strlcpy(ifr.ifr_name, str1, IF_NAMESIZE); in process_cmd()
|
/freebsd/usr.sbin/rarpd/ |
H A D | rarpd.c | 78 char ii_ifname[IF_NAMESIZE];
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpclient.c | 1975 char str[INET6_ADDRSTRLEN + IF_NAMESIZE]; in get_ipv6() 1992 if (p - *strp > INET6_ADDRSTRLEN + IF_NAMESIZE) { in get_ipv6()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 1701 char addr_buf[INET6_ADDRSTRLEN + 1 + IF_NAMESIZE + 1 + 16 + 1]; in resolve_ifa_name() 1737 char if_index_name[IF_NAMESIZE + 1]; in resolve_ifa_name()
|