Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dinet.h55 extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
/linux-4.1.27/net/core/
Dutils.c120 int in4_pton(const char *src, int srclen, in in4_pton() function
172 EXPORT_SYMBOL(in4_pton);
251 ret = in4_pton(tok ? tok : s, srclen + (int)(s - tok), d, delim, &s); in in6_pton()
Dnetpoll.c496 in4_pton(str, -1, (void *)addr, -1, &end) > 0) { in netpoll_parse_ip_addr()
/linux-4.1.27/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-4.1.27/net/sunrpc/
Daddr.c152 if (in4_pton(buf, buflen, addr, '\0', NULL) == 0) in rpc_pton4()
/linux-4.1.27/net/netfilter/
Dxt_recent.c607 succ = in4_pton(c, size, (void *)&addr, '\n', NULL); in recent_mt_proc_write()
Dnf_conntrack_sip.c147 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end); in sip_parse_addr()
648 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end); in sdp_parse_addr()
/linux-4.1.27/fs/cifs/
Dnetmisc.c149 ret = in4_pton(cp, len, dst, '\\', NULL); in cifs_inet_pton()
/linux-4.1.27/drivers/net/bonding/
Dbond_options.c1010 if (!in4_pton(newval->string+1, -1, (u8 *)&target, -1, NULL)) { in bond_option_arp_ip_targets_set()
Dbond_main.c4365 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) || in bond_check_params()
/linux-4.1.27/net/ceph/
Dmessenger.c1814 if (in4_pton(str, len, (u8 *)&in4->sin_addr.s_addr, delim, ipend)) { in ceph_pton()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_os.c2951 ret = in4_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress()