Home
last modified time | relevance | path

Searched refs:parse_ipstr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dxdp_tx_iptunnel_user.c100 static int parse_ipstr(const char *ipstr, unsigned int *addr) in parse_ipstr() function
186 vip.family = parse_ipstr(optarg, vip.daddr.v6); in main()
204 family = parse_ipstr(optarg, v6); in main()