Searched refs:eth_pton (Results 1 – 4 of 4) sorted by relevance
231 int eth_pton(int af, const char *str, struct sockaddr_ll *ll);
258 int eth_pton(int af, const char *str, struct sockaddr_ll *ll) in eth_pton() function
196 if (eth_pton(AF_INET, optarg, &opt_addr_ll)) { in parse_options()
470 if (eth_pton(AF_INET6, optarg, &opt_addr_ll)) { in parse_options()