Home
last modified time | relevance | path

Searched refs:addrtype (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
Dnetname.c4 struct netent *getnetbyaddr(uint32_t net, int addrtype) in getnetbyaddr() argument
12 if (ne->n_net == net && ne->n_addrtype == addrtype) { in getnetbyaddr()
/third_party/musl/src/network/
Dnetname.c6 struct netent *getnetbyaddr(uint32_t net, int addrtype) in getnetbyaddr() argument
15 if (ne->n_net == net && ne->n_addrtype == addrtype) { in getnetbyaddr()
/third_party/curl/lib/
Ddoh.c813 CURL_SA_FAMILY_T addrtype; in doh2ai() local
820 addrtype = AF_INET6; in doh2ai()
825 addrtype = AF_INET; in doh2ai()
845 ai->ai_family = addrtype; in doh2ai()
860 addr->sin_family = addrtype; in doh2ai()
869 addr6->sin6_family = addrtype; in doh2ai()
/third_party/lwip/src/include/lwip/
Dopt.h3228 #define LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE(name, addr, addrtype, err) argument
/third_party/python/Modules/
Dsocketmodule.c1461 if (a->addrtype == TIPC_ADDR_NAMESEQ) { in makesockaddr()
1463 a->addrtype, in makesockaddr()
1468 } else if (a->addrtype == TIPC_ADDR_NAME) { in makesockaddr()
1470 a->addrtype, in makesockaddr()
1475 } else if (a->addrtype == TIPC_ADDR_ID) { in makesockaddr()
1477 a->addrtype, in makesockaddr()
2076 addr->addrtype = atype; in getsockaddrarg()
/third_party/lwip/src/api/
Dapi_msg.c2215 u8_t addrtype = local
2223 API_EXPR_REF(msg->addr), lwip_netconn_do_dns_found, msg, addrtype);
/third_party/pulseaudio/src/modules/rtp/
Drfc2327.txt1656 nettype space addrtype space
1670 connection-field = ["c=" nettype space addrtype space
1837 addrtype = "IP4" | "IP6"
1971 "proto", "fmt", "att-field", "bwtype", "nettype" and "addrtype".
2116 "addrtype" (Address Type)
2150 "addrtype")
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h88391 int addrtype; member