Searched refs:inet_aton (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | inet_aton.c | 40 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
|
| /f-stack/tools/compat/include/arpa/ |
| H A D | inet.h | 126 int inet_aton(const char *, struct in_addr *);
|
| /f-stack/freebsd/netinet/netdump/ |
| H A D | netdump_client.c | 696 inet_aton(arg, &conf.kda_server.in4); in netdump_modevent() 700 inet_aton(arg, &conf.kda_client.in4); in netdump_modevent() 704 inet_aton(arg, &conf.kda_gateway.in4); in netdump_modevent()
|
| /f-stack/tools/ifconfig/ |
| H A D | af_inet.c | 173 if (inet_aton(s, &sin->sin_addr)) in in_getaddr()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | conn.c | 57 status = inet_aton(p->addr, &server_address.sin_addr); in conn_init()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | conn.c | 58 status = inet_aton(p->addr, &server_address.sin_addr); in softnic_conn_init()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | conn.c | 58 status = inet_aton(p->addr, &server_address.sin_addr); in conn_init()
|
| /f-stack/freebsd/netinet/ |
| H A D | in.h | 654 int inet_aton(const char *, struct in_addr *); /* in libkern */
|
| /f-stack/tools/ipfw/ |
| H A D | nat.c | 211 if (inet_aton (str, addr)) in StrToAddr() 878 if (!inet_aton(av[0], &(n->ip))) in ipfw_config_nat()
|
| H A D | ipfw2.c | 2967 if (!inet_aton(host, ipaddr)) { in lookup_host() 3169 if (!inet_aton(p, (struct in_addr *)&d[1])) in fill_ip() 3453 } else if (!inet_aton(arg, &cmd->p.ip)) in fill_iface()
|
| H A D | tables.c | 130 if (!inet_aton(host, ipaddr)) { in lookup_host()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | parameters.c | 799 if (inet_aton(optarg, &in) == 0) in launch_args_parse() 805 if (inet_aton(end, &in) == 0) in launch_args_parse()
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_proxy.c | 165 if (inet_aton(s, addr) == 0) in IpAddr()
|
| /f-stack/tools/route/ |
| H A D | route.c | 1393 if (inet_aton(str, &sin->sin_addr) == 0) in getaddr() 1403 if (inet_aton(str, &sin->sin_addr) != 0) in getaddr()
|