HomeSort by relevance Sort by last modified time
    Searched refs:PF_INET (Results 76 - 100 of 156) sorted by null

1 2 34 5 6 7

  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 363 PF_INET = 2
393 AF_INET = PF_INET
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 363 PF_INET = 2
393 AF_INET = PF_INET
  /external/ltp/testcases/network/stress/ns-tools/
ns-tcpclient.c 172 family = PF_INET; /* IPv4 */
ns-udpserver.c 214 family = PF_INET; /* IPv4 */
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_accept_close.c 92 pf_class = PF_INET;
test_1_to_1_addrs.c 107 pf_class = PF_INET;
test_1_to_1_connect.c 86 pf_class = PF_INET;
test_1_to_1_connectx.c 85 pf_class = PF_INET;
test_1_to_1_nonblock.c 88 pf_class = PF_INET;
test_1_to_1_send.c 83 pf_class = PF_INET;
test_1_to_1_socket_bind_listen.c 99 pf_class = PF_INET;
test_fragments.c 115 pf_class = PF_INET;
test_getname.c 84 pf_class = PF_INET;
test_inaddr_any.c 104 pf_class = PF_INET;
  /external/python/cpython2/Demo/pysvr/
pysvr.c 109 sock = socket(PF_INET, SOCK_STREAM, 0);
  /packages/services/BuiltInPrintService/jni/lib/
printer.c 183 psock = socket(PF_INET, SOCK_STREAM, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 188 #undef PF_INET
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 120 n->ai_family = PF_INET;
  /bionic/libc/dns/net/
getaddrinfo.c 154 {PF_INET, sizeof(struct in_addr),
181 { PF_INET, SOCK_DGRAM, IPPROTO_UDP, "udp", 0x07 },
182 { PF_INET, SOCK_STREAM, IPPROTO_TCP, "tcp", 0x07 },
183 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
627 case PF_INET:
662 if (MATCH_FAMILY(pai->ai_family, PF_INET, 1)
673 pai->ai_family = PF_INET;
    [all...]
getnameinfo.c 81 {PF_INET, sizeof(struct in_addr), sizeof(struct sockaddr_in),
  /external/libevent/
evutil.c 972 if (hints->ai_family != PF_UNSPEC && hints->ai_family != PF_INET &&
993 if (hints->ai_family != PF_INET) { /* INET6 or UNSPEC. */
1052 if (hints->ai_family == PF_INET || hints->ai_family == PF_UNSPEC) {
1150 if (ent->h_addrtype == PF_INET) {
1211 hints->ai_family = PF_INET;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getaddrinfo.c 107 {PF_INET, sizeof(struct in_addr),
287 case PF_INET:
  /external/python/cpython2/Modules/
getaddrinfo.c 107 {PF_INET, sizeof(struct in_addr),
287 case PF_INET:
  /external/python/cpython3/Modules/
getaddrinfo.c 107 {PF_INET, sizeof(struct in_addr),
287 case PF_INET:
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 389 int domain = PF_INET;
415 wpa_printf(MSG_ERROR, "socket(PF_INET): %s", strerror(errno));
731 priv->sock = socket(PF_INET, SOCK_DGRAM, 0);
733 wpa_printf(MSG_ERROR, "socket(PF_INET): %s", strerror(errno));

Completed in 1443 milliseconds

1 2 34 5 6 7