HomeSort by relevance Sort by last modified time
    Searched refs:get_ifinfo (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/network/stress/ns-tools/
ns-traffic.h 232 void get_ifinfo(struct ifreq *ans, int sock_fd, const char *ifname, int query);
ns-icmpv4_sender.c 329 get_ifinfo(&ifinfo, sock_fd, fake_p->src_ifname, SIOCGIFHWADDR);
333 get_ifinfo(&ifinfo, sock_fd, fake_p->src_ifname, SIOCGIFINDEX);
ns-udpsender.c 328 get_ifinfo(&ifinfo, udp_p->sd, udp_p->ifname, SIOCGIFINDEX);
ns-icmp_redirector.c 237 get_ifinfo(&ifinfo, sd, ifname, SIOCGIFINDEX);
248 get_ifinfo(&ifinfo, sd, ifname, SIOCGIFFLAGS);
ns-common.c 289 * Function: get_ifinfo()
304 void get_ifinfo(struct ifreq *ans, int sock_fd, const char *ifname, int query) function
ns-icmpv6_sender.c 189 get_ifinfo(&ifinfo, sock_fd, ifname, SIOCGIFHWADDR);

Completed in 115 milliseconds