Searched refs:in4_pton (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Dinet.h53 extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
/linux-master/net/core/
H A Dutils.c107 * in4_pton - convert an IPv4 address from literal to binary representation
118 int in4_pton(const char *src, int srclen, function
170 EXPORT_SYMBOL(in4_pton); variable
249 ret = in4_pton(tok ? tok : s, srclen + (int)(s - tok), d, delim, &s);
310 if (in4_pton(src, srclen, (u8 *)&addr4->sin_addr.s_addr,
H A Dnetpoll.c526 in4_pton(str, -1, (void *)addr, -1, &end) > 0) {
/linux-master/net/sunrpc/
H A Daddr.c153 if (in4_pton(buf, buflen, addr, '\0', NULL) == 0)
/linux-master/security/tomoyo/
H A Dnetwork.c59 in4_pton(address, -1, min, '-', &end) > 0) {
64 in4_pton(end, -1, max, '\0', &end) <= 0 || *end)
/linux-master/fs/afs/
H A Daddr_list.c175 if (in4_pton(p, q - p, (u8 *)&x[0], -1, &stop)) {
H A Daddr_prefs.c99 if (in4_pton(p, end - p, (u8 *)&pref->ipv4_addr, -1, &stop)) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ftp.c207 if (in4_pton(s, data_limit - s, (u8 *)addr, edelim,
/linux-master/drivers/s390/net/
H A Dqeth_l3_sys.c24 if ((proto == QETH_PROT_IPV4 && !in4_pton(buf, -1, addr, -1, &end)) ||
/linux-master/net/netfilter/
H A Dxt_recent.c604 succ = in4_pton(c, size, (void *)&addr, '\n', NULL);
H A Dnf_conntrack_sip.c156 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end);
656 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end);
/linux-master/fs/smb/client/
H A Dnetmisc.c131 ret = in4_pton(cp, len, dst, '\\', NULL);
/linux-master/drivers/net/bonding/
H A Dbond_options.c1217 if (!in4_pton(newval->string+1, -1, (u8 *)&target, -1, NULL)) {
H A Dbond_main.c6138 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) ||
/linux-master/net/ceph/
H A Dmessenger.c1225 if (in4_pton(str, len, (u8 *)&((struct sockaddr_in *)&addr->in_addr)->sin_addr.s_addr, delim, ipend)) {
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c3001 ret = in4_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr,

Completed in 182 milliseconds