HomeSort by relevance Sort by last modified time
    Searched full:ifindex (Results 476 - 500 of 688) sorted by null

<<11121314151617181920>>

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 222 int set_iface_id(int ifindex) {
223 return put_u32(NL80211_ATTR_IFINDEX, ifindex);
  /external/iputils/
rdisc.c 75 int ifindex; member in struct:interface
1062 mreq.imr_ifindex = ifp->ifindex;
1175 logperror("initifs: ioctl (get ifindex)");
1178 interfaces[i].ifindex = ifreq.ifr_ifindex;
1242 if (joined[j] == interfaces[i].ifindex)
1248 mreq.imr_ifindex = interfaces[i].ifindex;
1257 joined[i] = interfaces[i].ifindex;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 1113 unsigned int ifindex; local
1115 ifindex = iface->driver->get_ifindex(iface->drv_priv);
1116 if (ifindex != data->interface_status.ifindex) {
1118 "%s: interface status ifindex %d mismatch (%d)",
1119 iface->ifname, ifindex,
1120 data->interface_status.ifindex);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 323 Ifindex int
332 if sa.Ifindex < 0 || sa.Ifindex > 0x7fffffff {
337 sa.raw.Ifindex = int32(sa.Ifindex)
378 sa.Ifindex = int(pp.Ifindex)
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 323 Ifindex int
332 if sa.Ifindex < 0 || sa.Ifindex > 0x7fffffff {
337 sa.raw.Ifindex = int32(sa.Ifindex)
378 sa.Ifindex = int(pp.Ifindex)
  /external/libnl/doc/
route.txt 208 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex);
241 int rtnl_link_get_kernel(struct nl_sock *sk, int ifindex, const char *name, struct rtnl_link **result);
276 char *rtnl_link_i2name (struct nl_cache *cache, int ifindex, char *dst, size_t len);
367 void rtnl_link_set_ifindex(struct rtnl_link *link, int ifindex);
    [all...]
  /external/libnl/lib/route/
tc.c 258 * @arg ifindex interface index.
265 void rtnl_tc_set_ifindex(struct rtnl_tc *tc, int ifindex)
272 tc->tc_ifindex = ifindex;
319 * function may still return NULL even if an ifindex is assigned to
921 diff |= TC_DIFF(IFINDEX, a->tc_ifindex != b->tc_ifindex);
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 90 * Conversion from ifIndex to lwIP netif
91 * @param ifindex is a s32_t object sub-identifier
95 snmp_ifindextonetif(s32_t ifindex, struct netif **netif)
100 ifidx = ifindex - 1;
111 * Conversion from lwIP netif to ifIndex
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 425 unsigned int ifindex;
434 ifindex = (unsigned int)sa6->sin6_scope_id;
452 char *p = if_indextoname(ifindex, buf);
  /external/autotest/client/common_lib/cros/network/
iw_runner_unittest.py 260 ' ifindex 10\n'
269 ' ifindex 8\n'
282 ' ifindex 9\n'
  /external/libnl/lib/idiag/
idiag_msg_obj.c 231 void idiagnl_msg_set_ifindex(struct idiagnl_msg *msg, uint32_t ifindex)
233 msg->idiag_ifindex = ifindex;
400 nl_dump(p, "ifindex: %d\n", msg->idiag_ifindex);
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
txtimestamp.c 157 static void print_pktinfo(int family, int ifindex, void *saddr, void *daddr)
161 fprintf(stderr, " pktinfo: ifindex=%u src=%s dst=%s\n",
162 ifindex,
  /external/wpa_supplicant_8/src/ap/
iapp.c 380 int ifindex; local
412 ifindex = ifr.ifr_ifindex;
489 addr.sll_ifindex = ifindex;
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c 25 int ifindex; member in struct:l2_packet_data
113 ll.sll_ifindex = l2->ifindex;
286 l2->ifindex = ifr.ifr_ifindex;
  /external/ipsec-tools/src/racoon/
sockmisc.c 576 int ifindex; local
583 ifindex = 0;
586 ifindex = src6.sin6_scope_id; /*???*/
612 pi->ipi6_ifindex = ifindex;
648 int ifindex = 0; local
672 pi->ipi_ifindex = ifindex;
  /system/netd/server/
RouteController.cpp 359 uint32_t ifindex; local
374 // If an interface was specified, find the ifindex.
376 ifindex = if_nametoindex(interface);
377 if (!ifindex) {
412 { &ifindex, interface != OIF_NONE ? sizeof(ifindex) : 0 },
    [all...]
  /bionic/libc/bionic/
ifaddrs.cpp 119 void SetPacketAttributes(int ifindex, unsigned short hatype, unsigned char halen) {
121 sll->sll_ifindex = ifindex;
  /external/strace/tests/
netlink_route.c 432 .ifindex = ifindex_lo()
437 printf(", ifindex=" IFINDEX_LO_STR "}"));
  /external/strace/tests-m32/
netlink_route.c 432 .ifindex = ifindex_lo()
437 printf(", ifindex=" IFINDEX_LO_STR "}"));
  /external/strace/tests-mx32/
netlink_route.c 432 .ifindex = ifindex_lo()
437 printf(", ifindex=" IFINDEX_LO_STR "}"));
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 292 wifi_error set_iface_id(int ifindex) {
293 return put_u32(NL80211_ATTR_IFINDEX, ifindex);
  /kernel/tests/net/test/
ping6_test.py 260 self.ifindex = self.ifindices[self.netid]
593 s.bind((self.lladdr, 4646, 0, self.ifindex))
594 self.assertEquals((expected, 4646, 0, self.ifindex), s.getsockname())
624 s.sendto(net_test.IPV6_PING, ("fe80::1", 55, 0, self.ifindex))
730 s.setsockopt(net_test.SOL_IPV6, net_test.IPV6_MULTICAST_IF, self.ifindex)
731 s.sendto(net_test.IPV6_PING, ("ff02::1", 55, 0, self.ifindex))
794 s.bind((self.lladdr, 0xd00d, 0, self.ifindex))
798 s.setsockopt(net_test.SOL_IPV6, net_test.IPV6_MULTICAST_IF, self.ifindex)
  /system/hardware/interfaces/net/netd/1.1/vts/functional/
VtsHalNetNetdV1_1TargetTest.cpp 291 uint32_t table1 = 1000 + sTun1.ifindex();
292 uint32_t table2 = 1000 + sTun1.ifindex();
  /bionic/libc/kernel/uapi/linux/
bpf.h 263 __u32 ifindex; member in struct:__sk_buff
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.h 175 UINT16 IfIndex;

Completed in 982 milliseconds

<<11121314151617181920>>