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

  /external/ltp/testcases/network/stress/ns-tools/
ns-traffic.h 231 int eth_pton(int af, const char *str, struct sockaddr_ll *ll);
ns-common.c 243 * Function: eth_pton()
258 int eth_pton(int af, const char *str, struct sockaddr_ll *ll) function
ns-icmpv4_sender.c 196 if (eth_pton(AF_INET, optarg, &opt_addr_ll)) {
ns-icmpv6_sender.c 470 if (eth_pton(AF_INET6, optarg, &opt_addr_ll)) {

Completed in 59 milliseconds