Searched refs:PF_INET (Results 1 - 25 of 162) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsock_exec.c44 if ((listener = socket(PF_INET, SOCK_STREAM, 0)) == -1) goto failed;
50 sock2.sin_family = PF_INET;
58 if ((fd[1] = socket(PF_INET, SOCK_STREAM, 0)) == -1) goto failed;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip6.c184 pf = PF_INET;
194 if((pf != PF_INET) && !Curl_ipv6works())
196 pf = PF_INET;
H A Dasyn-ares.c500 int family = PF_INET;
524 to PF_INET */
528 family = PF_INET;
562 PF_INET, query_completed_cb, conn);
571 PF_INET, query_completed_cb, conn);
H A Dasyn-thread.c563 int pf = PF_INET;
586 pf = PF_INET;
596 if((pf != PF_INET) && !Curl_ipv6works())
598 pf = PF_INET;
H A Dhostip4.c147 hints.ai_family = PF_INET;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c72 if (sk && (sk->sk_family == PF_INET) &&
97 .pf = PF_INET,
104 .pf = PF_INET,
H A Dnf_conntrack_proto_icmp.c133 PF_INET, &origtuple)) {
139 innerproto = __nf_ct_l4proto_find(PF_INET, origtuple.dst.protonum);
179 nf_log_packet(PF_INET, 0, skb, NULL, NULL, NULL,
188 nf_log_packet(PF_INET, 0, skb, NULL, NULL, NULL,
201 nf_log_packet(PF_INET, 0, skb, NULL, NULL, NULL,
294 .l3proto = PF_INET,
H A Dnf_conntrack_l3proto_ipv4.c144 return nf_conntrack_in(dev_net(in), PF_INET, hooknum, skb);
157 return nf_conntrack_in(dev_net(out), PF_INET, hooknum, skb);
255 tuple.src.l3num = PF_INET;
336 .pf = PF_INET,
344 .l3proto = PF_INET,
H A Dipt_cone.c105 if (tuple->src.l3num != PF_INET)
155 if (tuple->src.l3num != PF_INET || tuple->dst.protonum != IPPROTO_UDP)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dnetnode.c136 case PF_INET:
149 case PF_INET:
176 case PF_INET:
230 case PF_INET:
231 ret = security_node_sid(PF_INET,
H A Dnetlabel.c261 if (family != PF_INET)
288 if (family == PF_INET)
310 if (family != PF_INET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dip.c28 if ((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
58 if ((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dip.c28 if((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
57 if((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dip.c28 if ((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
58 if ((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/tools/
H A Drrcheck.pl105 socket (SOCKET, PF_INET, SOCK_STREAM, $proto);
H A Drrlookup.pl93 socket (SOCKET, PF_INET, SOCK_STREAM, $proto);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dipforward_sysctl.c36 PF_INET,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dgetifaddr.c36 s = socket(PF_INET, SOCK_DGRAM, 0);
39 DPRINTF(E_ERROR, L_GENERAL, "socket(PF_INET, SOCK_DGRAM): %s\n", strerror(errno));
64 int s = socket(PF_INET, SOCK_STREAM, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dtcp_listen.c144 ret = sock_create(PF_INET, SOCK_STREAM, IPPROTO_TCP, &sock);
156 sin.sin_family = PF_INET,
H A Dtcp_connect.c81 ret = sock_create(PF_INET, SOCK_STREAM, IPPROTO_TCP, &sock);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/
H A Dsocketbits.h74 #define PF_INET 2 /* IP protocol family. */ macro
98 #define AF_INET PF_INET
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dsocket.c96 fd = xsocket(PF_INET, SOCK_DGRAM, IPPROTO_UDP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Dutil.c144 sockfd = socket(PF_INET, SOCK_DGRAM, 0);
208 sockfd = socket(PF_INET, SOCK_DGRAM, 0);
252 sockfd = socket(PF_INET, SOCK_DGRAM, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dgetiface.c125 if ((fd = socket(PF_INET, SOCK_STREAM, 0)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A Ddns-example.c83 if (ai->ai_family == PF_INET) {
188 sock = socket(PF_INET, SOCK_DGRAM, 0);

Completed in 213 milliseconds

1234567