| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 167 char match[IF_NAMESIZE] = ""; in mlx5_get_ifname_sysfs() 224 strlcpy(match, name, IF_NAMESIZE); in mlx5_get_ifname_sysfs() 231 strncpy(ifname, match, IF_NAMESIZE); in mlx5_get_ifname_sysfs()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.h | 23 int mlx5_get_ifname(const struct rte_eth_dev *dev, char (*ifname)[IF_NAMESIZE]);
|
| H A D | mlx5_ethdev_os.c | 147 mlx5_get_ifname(const struct rte_eth_dev *dev, char (*ifname)[IF_NAMESIZE]) in mlx5_get_ifname() argument 155 memcpy(ifname, priv->bond_name, IF_NAMESIZE); in mlx5_get_ifname() 1035 char ifname[IF_NAMESIZE]; in mlx5_sysfs_switch_info() 1036 char port_name[IF_NAMESIZE]; in mlx5_sysfs_switch_info() 1074 ret = fscanf(file, "%" RTE_STR(IF_NAMESIZE) "s", port_name); in mlx5_sysfs_switch_info() 1125 char name[IF_NAMESIZE]; in mlx5_sysfs_bond_info()
|
| H A D | mlx5_os.c | 1419 char ifname[IF_NAMESIZE]; in mlx5_dev_spawn() 1672 char ifname[IF_NAMESIZE + 1]; in mlx5_device_bond_pci_match() 1713 MLX5_ASSERT(atol(RTE_STR(IF_NAMESIZE)) == IF_NAMESIZE); in mlx5_device_bond_pci_match() 1714 while (fscanf(file, "%" RTE_STR(IF_NAMESIZE) "s", ifname) == 1) { in mlx5_device_bond_pci_match() 1715 char tmp_str[IF_NAMESIZE + 32]; in mlx5_device_bond_pci_match() 2033 char ifname[IF_NAMESIZE]; in mlx5_os_pci_probe()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip_fw_nptv6.h | 45 char if_name[IF_NAMESIZE];
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip_fw_nptv6.h | 45 char if_name[IF_NAMESIZE];
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.h | 57 char if_name[IF_NAMESIZE];
|
| H A D | nptv6.c | 450 memcpy(uc->if_name, cfg->if_name, IF_NAMESIZE); in nptv6_export_config() 587 if (strncmp(args->ifp->if_xname, cfg->if_name, IF_NAMESIZE)) in ifaddr_cb() 693 memcpy(cfg->if_name, uc->if_name, IF_NAMESIZE); in nptv6_create()
|
| /f-stack/freebsd/net/ |
| H A D | if.h | 56 #define IF_NAMESIZE 16 macro 58 #define IFNAMSIZ IF_NAMESIZE
|
| /f-stack/tools/compat/include/net/ |
| H A D | if.h | 45 #define IF_NAMESIZE 16 macro 46 #define IFNAMSIZ IF_NAMESIZE
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_fw.h | 503 char if_name[IF_NAMESIZE]; /* interface name */ 790 char iface[IF_NAMESIZE]; /* interface name */ 899 char iface[IF_NAMESIZE]; /* interface name */
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fw.h | 503 char if_name[IF_NAMESIZE]; /* interface name */ 790 char iface[IF_NAMESIZE]; /* interface name */ 899 char iface[IF_NAMESIZE]; /* interface name */
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4.h | 202 int mlx4_get_ifname(const struct mlx4_priv *priv, char (*ifname)[IF_NAMESIZE]);
|
| H A D | mlx4_ethdev.c | 61 mlx4_get_ifname(const struct mlx4_priv *priv, char (*ifname)[IF_NAMESIZE]) in mlx4_get_ifname() argument 67 char match[IF_NAMESIZE] = ""; in mlx4_get_ifname()
|
| H A D | mlx4.c | 773 char ifname[IF_NAMESIZE]; in mlx4_pci_probe()
|
| /f-stack/dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 67 char if_name[IF_NAMESIZE]; /**< NetVSC netdevice name. */ 114 char path[sizeof(temp) + IF_NAMESIZE]; in vdev_netvsc_iface_is_netvsc()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_nat.c | 95 char if_name[IF_NAMESIZE]; /* interface name */ 120 if (strncmp(ptr->if_name, ifp->if_xname, IF_NAMESIZE) != 0) in ifaddr_change() 916 char if_name[IF_NAMESIZE];
|
| H A D | ip_fw_table_algo.c | 2194 if (strnlen(ifname, IF_NAMESIZE) == IF_NAMESIZE) in ta_prepare_add_ifidx() 2289 if (strnlen(ifname, IF_NAMESIZE) == IF_NAMESIZE) in ta_prepare_del_ifidx() 2517 tent->masklen = 8 * IF_NAMESIZE; in ta_dump_ifidx_tentry() 2518 memcpy(&tent->k, ife->no.name, IF_NAMESIZE); in ta_dump_ifidx_tentry() 2535 if (strnlen(ifname, IF_NAMESIZE) == IF_NAMESIZE) in ta_find_ifidx_tentry()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 46 # ifdef IF_NAMESIZE 47 # define LIFNAMSIZ IF_NAMESIZE
|
| /f-stack/tools/ipfw/ |
| H A D | tables.c | 1233 mask = MIN(strlen(arg), IF_NAMESIZE - 1); in tentry_fill_key_type() 1236 masklen = 8 * IF_NAMESIZE; in tentry_fill_key_type() 1785 char abuf[INET6_ADDRSTRLEN + IF_NAMESIZE + 2]; in table_show_value()
|
| H A D | nat.c | 175 strncpy(n->if_name, ifn, IF_NAMESIZE); in set_addr_dynamic()
|
| H A D | ipfw2.c | 1804 char buf[INET6_ADDRSTRLEN + IF_NAMESIZE + 2]; in print_fwd()
|
| /f-stack/tools/arp/ |
| H A D | arp.c | 570 char ifname[IF_NAMESIZE]; in search()
|
| /f-stack/lib/ |
| H A D | ff_veth.c | 67 char host_ifname[IF_NAMESIZE];
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5.h | 960 char bond_name[IF_NAMESIZE]; /**< Bond interface name. */
|