HomeSort by relevance Sort by last modified time
    Searched refs:ifi_index (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/iproute2/ip/
iptoken.c 64 if (ifi->ifi_index == 0)
66 if (ifindex > 0 && ifi->ifi_index != ifindex)
83 ll_index_to_name(ifi->ifi_index));
137 if ((req.ifi.ifi_index =
iplink_vxcan.c 76 peer_ifm->ifi_index = index;
link_veth.c 74 peer_ifm->ifi_index = index;
link_vti.c 62 .i.ifi_index = ifi->ifi_index,
link_vti6.c 57 .i.ifi_index = ifi->ifi_index,
  /external/libnfnetlink/src/
iftable.c 71 hash = ifi_msg->ifi_index & 0xF;
73 if (this->index == ifi_msg->ifi_index) {
84 this->index = ifi_msg->ifi_index;
130 hash = ifi_msg->ifi_index & 0xF;
132 if (this->index == ifi_msg->ifi_index) {
  /external/iproute2/lib/
ll_map.c 96 im = ll_get_by_index(ifi->ifi_index);
126 im->index = ifi->ifi_index;
131 h = ifi->ifi_index & (IDXMAP_SIZE - 1);
  /external/iproute2/bridge/
vlan.c 88 req.ifm.ifi_index = ll_name_to_index(d);
89 if (req.ifm.ifi_index == 0) {
162 static void print_vlan_port(FILE *fp, int ifi_index)
167 ll_index_to_name(ifi_index));
171 ll_index_to_name(ifi_index));
208 if (filter_index && filter_index != ifm->ifi_index)
217 ll_index_to_name(ifm->ifi_index));
221 print_vlan_info(fp, tb[IFLA_AF_SPEC], ifm->ifi_index);
link.c 117 if (filter_index && filter_index != ifi->ifi_index)
130 fprintf(fp, "%d: %s ", ifi->ifi_index,
220 ifi->ifi_index);
376 req.ifm.ifi_index = ll_name_to_index(d);
377 if (req.ifm.ifi_index == 0) {
  /external/strace/tests/
nlattr_ifla_port.c 62 .ifi_index = ifindex_lo(),
79 ", ifi_index=" IFINDEX_LO_STR
nlattr_ifla_xdp.c 62 .ifi_index = ifindex_lo(),
79 ", ifi_index=" IFINDEX_LO_STR
nlattr_ifla_brport.c 59 .ifi_index = ifindex_lo(),
76 ", ifi_index=" IFINDEX_LO_STR
  /external/strace/tests-m32/
nlattr_ifla_port.c 62 .ifi_index = ifindex_lo(),
79 ", ifi_index=" IFINDEX_LO_STR
nlattr_ifla_xdp.c 62 .ifi_index = ifindex_lo(),
79 ", ifi_index=" IFINDEX_LO_STR
nlattr_ifla_brport.c 59 .ifi_index = ifindex_lo(),
76 ", ifi_index=" IFINDEX_LO_STR
  /external/strace/tests-mx32/
nlattr_ifla_port.c 62 .ifi_index = ifindex_lo(),
79 ", ifi_index=" IFINDEX_LO_STR
nlattr_ifla_xdp.c 62 .ifi_index = ifindex_lo(),
79 ", ifi_index=" IFINDEX_LO_STR
nlattr_ifla_brport.c 59 .ifi_index = ifindex_lo(),
76 ", ifi_index=" IFINDEX_LO_STR
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.h 91 int ifi_index; /* interface index */ member in struct:ifi_info
  /external/wpa_supplicant_8/src/drivers/
priv_netlink.h 98 int ifi_index; member in struct:ifinfomsg
  /bionic/libc/bionic/
ifaddrs.cpp 168 new_addr->interface_index = ifi->ifi_index;
178 new_addr->SetPacketAttributes(ifi->ifi_index, ifi->ifi_type, RTA_PAYLOAD(rta));
183 new_addr->SetPacketAttributes(ifi->ifi_index, ifi->ifi_type, RTA_PAYLOAD(rta));
  /external/android-clat/
setif.c 107 if (!(ifi.ifi_index = if_nametoindex(ifname))) {
  /external/ltp/testcases/kernel/containers/share/
ns_ifmove.c 108 req.ifi.ifi_index = intf_index;
  /external/libnl/lib/route/link/
veth.c 62 peer->l_index = ifi->ifi_index;
126 ifi.ifi_index = peer->l_index;
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Netlink.cpp 640 IPACMDBG("RTM_NEWLINK, ifi_index:%d\n", msg_ptr->nl_link_info.metainfo.ifi_index);
655 ret_val = ipa_get_if_name(dev_name, msg_ptr->nl_link_info.metainfo.ifi_index);
668 data_fid->if_index = msg_ptr->nl_link_info.metainfo.ifi_index;
676 msg_ptr->nl_link_info.metainfo.ifi_index);
705 data_fid->if_index = msg_ptr->nl_link_info.metainfo.ifi_index;
707 ret_val = ipa_get_if_name(dev_name, msg_ptr->nl_link_info.metainfo.ifi_index);
713 IPACMDBG("Got a usb link_up event (Interface %s, %d) \n", dev_name, msg_ptr->nl_link_info.metainfo.ifi_index);
732 data_fid->if_index = msg_ptr->nl_link_info.metainfo.ifi_index;
734 ret_val = ipa_get_if_name(dev_name, msg_ptr->nl_link_info.metainfo.ifi_index);
    [all...]

Completed in 1575 milliseconds

1 2 3