Searched refs:ifinfo (Results 1 – 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | netlink.c | 174 struct ifinfomsg ifinfo; in netlink_send_oper_ifla() member 189 req.ifinfo.ifi_family = AF_UNSPEC; in netlink_send_oper_ifla() 190 req.ifinfo.ifi_type = 0; in netlink_send_oper_ifla() 191 req.ifinfo.ifi_index = ifindex; in netlink_send_oper_ifla() 192 req.ifinfo.ifi_flags = 0; in netlink_send_oper_ifla() 193 req.ifinfo.ifi_change = 0; in netlink_send_oper_ifla()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | netlink.c | 174 struct ifinfomsg ifinfo; in netlink_send_oper_ifla() member 189 req.ifinfo.ifi_family = AF_UNSPEC; in netlink_send_oper_ifla() 190 req.ifinfo.ifi_type = 0; in netlink_send_oper_ifla() 191 req.ifinfo.ifi_index = ifindex; in netlink_send_oper_ifla() 192 req.ifinfo.ifi_flags = 0; in netlink_send_oper_ifla() 193 req.ifinfo.ifi_change = 0; in netlink_send_oper_ifla()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmpv4_sender.c | 316 struct ifreq ifinfo; /* Interface information */ in complete_eth_addrs() local 329 get_ifinfo(&ifinfo, sock_fd, fake_p->src_ifname, SIOCGIFHWADDR); in complete_eth_addrs() 330 memcpy(fake_p->saddr_ll.sll_addr, ifinfo.ifr_hwaddr.sa_data, ETH_ALEN); in complete_eth_addrs() 333 get_ifinfo(&ifinfo, sock_fd, fake_p->src_ifname, SIOCGIFINDEX); in complete_eth_addrs() 334 fake_p->saddr_ll.sll_ifindex = ifinfo.ifr_ifindex; in complete_eth_addrs() 335 fake_p->daddr_ll.sll_ifindex = ifinfo.ifr_ifindex; in complete_eth_addrs()
|
D | ns-icmp_redirector.c | 225 struct ifreq ifinfo; /* Interface information */ in open_socket() local 237 get_ifinfo(&ifinfo, sd, ifname, SIOCGIFINDEX); in open_socket() 243 lla.sll_ifindex = ifinfo.ifr_ifindex; in open_socket() 248 get_ifinfo(&ifinfo, sd, ifname, SIOCGIFFLAGS); in open_socket() 249 ifinfo.ifr_flags = ifinfo.ifr_flags | IFF_PROMISC; in open_socket() 250 if (ioctl(sd, SIOCSIFFLAGS, &ifinfo) < 0) in open_socket()
|
D | ns-udpsender.c | 292 struct ifreq ifinfo; /* Interface information */ in create_udp_datagram() local 328 get_ifinfo(&ifinfo, udp_p->sd, udp_p->ifname, SIOCGIFINDEX); in create_udp_datagram() 329 ifindex = ifinfo.ifr_ifindex; in create_udp_datagram()
|
D | ns-icmpv6_sender.c | 177 struct ifreq ifinfo; /* Interface information */ in specify_hw_addr() local 189 get_ifinfo(&ifinfo, sock_fd, ifname, SIOCGIFHWADDR); in specify_hw_addr() 190 memcpy(lladdr_p->sll_addr, ifinfo.ifr_hwaddr.sa_data, ETH_ALEN); in specify_hw_addr()
|
/third_party/libbpf/src/ |
D | netlink.c | 252 req.ifinfo.ifi_family = AF_UNSPEC; in __bpf_set_link_xdp_fd_replace() 253 req.ifinfo.ifi_index = ifindex; in __bpf_set_link_xdp_fd_replace() 319 struct ifinfomsg *ifinfo = msg; in get_xdp_info() local 322 if (xdp_id->ifindex && xdp_id->ifindex != ifinfo->ifi_index) in get_xdp_info() 366 .ifinfo.ifi_family = AF_PACKET, in bpf_xdp_query()
|
D | nlattr.h | 59 struct ifinfomsg ifinfo; member
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | ecos.texi | 69 @ifinfo 71 @end ifinfo
|
D | texinfo.tex | 4053 % Ignore @ignore, @ifhtml, @ifinfo, and the like. 4061 \def\ifinfo{\doignore{ifinfo}} 4095 % #1 contains the command name as a string, e.g., `ifinfo'. 4118 % If we're here, #1 ends with ^^M\ifinfo (for example).
|
/third_party/libffi/doc/ |
D | texinfo.tex | 4557 % Ignore @ignore, @ifhtml, @ifinfo, and the like. 4565 \def\ifinfo{\doignore{ifinfo}} 4599 % #1 contains the command name as a string, e.g., `ifinfo'. 4622 % If we're here, #1 ends with ^^M\ifinfo (for example).
|