Searched refs:in4_pton (Results 1 – 6 of 6) sorted by relevance
/net/core/ |
D | utils.c | 123 int in4_pton(const char *src, int srclen, in in4_pton() function 175 EXPORT_SYMBOL(in4_pton); 254 ret = in4_pton(tok ? tok : s, srclen + (int)(s - tok), d, delim, &s); in in6_pton()
|
D | netpoll.c | 925 in4_pton(str, -1, (void *)addr, -1, &end) > 0) { in netpoll_parse_ip_addr()
|
/net/sunrpc/ |
D | addr.c | 152 if (in4_pton(buf, buflen, addr, '\0', NULL) == 0) in rpc_pton4()
|
/net/netfilter/ |
D | xt_recent.c | 583 succ = in4_pton(c, size, (void *)&addr, '\n', NULL); in recent_mt_proc_write()
|
D | nf_conntrack_sip.c | 205 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end); in sip_parse_addr() 706 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end); in sdp_parse_addr()
|
/net/ceph/ |
D | messenger.c | 1738 if (in4_pton(str, len, (u8 *)&in4->sin_addr.s_addr, delim, ipend)) { in ceph_pton()
|