Home
last modified time | relevance | path

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

/linux-3.4.99/net/core/
Dutils.c113 int in4_pton(const char *src, int srclen, in in4_pton() function
165 EXPORT_SYMBOL(in4_pton);
232 ret = in4_pton(tok ? tok : s, srclen + (int)(s - tok), d, delim, &s); in in6_pton()
/linux-3.4.99/include/linux/
Dinet.h55 extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
/linux-3.4.99/security/tomoyo/
Dnetwork.c58 in4_pton(address, -1, min, '-', &end) > 0) { in tomoyo_parse_ipaddr_union()
63 in4_pton(end, -1, max, '\0', &end) <= 0 || *end) in tomoyo_parse_ipaddr_union()
/linux-3.4.99/net/sunrpc/
Daddr.c151 if (in4_pton(buf, buflen, addr, '\0', NULL) == 0) in rpc_pton4()
/linux-3.4.99/net/netfilter/
Dxt_recent.c539 succ = in4_pton(c, size, (void *)&addr, '\n', NULL); in recent_mt_proc_write()
Dnf_conntrack_sip.c199 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end); in parse_addr()
/linux-3.4.99/fs/cifs/
Dnetmisc.c149 ret = in4_pton(cp, len, dst, '\\', NULL); in cifs_inet_pton()
/linux-3.4.99/net/ceph/
Dmessenger.c1300 if (in4_pton(str, len, (u8 *)&in4->sin_addr.s_addr, delim, ipend)) { in ceph_pton()
/linux-3.4.99/drivers/scsi/qla4xxx/
Dql4_os.c1416 ret = in4_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress()