Searched defs:af (Results 1 - 25 of 104) sorted by relevance

12345

/external/tcpdump/missing/
H A Dinet_pton.c42 inet_pton(int af, const char *src, void *dst) argument
44 if (af != AF_INET) {
/external/libpcap/Win32/Src/
H A Dinet_pton.c57 inet_pton(int af, const char *src, void *dst) argument
59 if (af != AF_INET) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dip_addr.h13 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
/external/wpa_supplicant_8/src/utils/
H A Dip_addr.h13 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dip_addr.h13 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
/external/iproute2/lib/
H A Dmpls_pton.c43 int mpls_pton(int af, const char *src, void *addr) argument
47 switch(af) {
H A Dipx_ntop.c59 const char *ipx_ntop(int af, const void *addr, char *str, size_t len) argument
61 switch(af) {
H A Dmpls_ntop.c37 const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen) argument
39 switch(af) {
H A Ddnet_ntop.c89 const char *dnet_ntop(int af, const void *addr, char *str, size_t len) argument
91 switch(af) {
H A Ddnet_pton.c59 int dnet_pton(int af, const char *src, void *addr) argument
63 switch (af) {
H A Dipx_pton.c93 int ipx_pton(int af, const char *src, void *addr) argument
97 switch (af) {
/external/openssh/openbsd-compat/
H A Drresvport.c58 rresvport_af(int *alport, sa_family_t af) argument
69 switch (af) {
82 sa->sa_family = af;
84 s = socket(af, SOCK_STREAM, 0);
99 sa->sa_family = af;
H A Dbindresvport.c55 int error, af; local
71 af = sa->sa_family;
74 af = sa->sa_family;
76 if (af == AF_INET) {
80 } else if (af == AF_INET6) {
88 sa->sa_family = af;
H A Dinet_ntop.c52 * inet_ntop(af, src, dst, size)
60 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
62 switch (af) {
/external/c-ares/
H A Dinet_ntop.c59 * inet_ntop(af, src, dst, size)
72 ares_inet_ntop(int af, const void *src, char *dst, size_t size) argument
74 switch (af) {
/external/ltp/testcases/network/multicast/mc_gethost/
H A Dmc_gethost.c32 int af = AF_INET; local
55 af = AF_INET6, size = IN6ADDRSZ;
69 if (inet_pton(af, arg, b_addr)) {
72 printf("[%s]\n", inet_ntop(af, b_addr, p, sizeof p));
73 if (!(host = gethostbyaddr((char *)b_addr, size, af))) {
80 host = gethostbyname2(arg, af);
/external/tcpdump/
H A Dprint-enc.c76 uint32_t af; member in struct:enchdr
116 switch (hdr->af) {
H A Dprint-pflog.c114 uint8_t af; local
142 af = hdr->af;
146 switch (af) {
/external/valgrind/none/tests/x86/
H A Daad_aam.c21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
41 af=!!(flags&0x10);
48 // flags,cf,pf,af,zf,sf,of);
88 af=!!(flags&0x10);
95 // flags,cf,pf,af,zf,sf,of);
/external/clang/test/CodeGenCXX/
H A Dtype-metadata.cpp107 // MS: define void @"\01?af@@YAXPEAUA@@@Z"
108 void af(A *a) { function
200 af(&fa);
/external/curl/lib/
H A Dinet_ntop.c183 char *Curl_inet_ntop(int af, const void *src, char *buf, size_t size) argument
185 switch (af) {
H A Dif2ip.c115 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope, argument
134 if(iface->ifa_addr->sa_family == af) {
141 if(af == AF_INET6) {
177 ip = (char *) Curl_inet_ntop(af, addr, ipstr, sizeof(ipstr));
206 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope, argument
219 if(!interf || (af != AF_INET))
259 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope, argument
263 (void) af;
H A Dinet_pton.c50 * inet_pton(af, src, dst)
66 Curl_inet_pton(int af, const char *src, void *dst) argument
68 switch (af) {
/external/iproute2/ip/
H A Diptoken.c96 int af = AF_INET6; local
112 if (rtnl_wilddump_request(&rth, af, RTM_GETLINK) < 0) {
/external/netperf/src/missing/
H A Dinet_ntop.c131 inet_ntop(int af, const void *src, char *dst, size_t size) argument
133 switch (af) {

Completed in 941 milliseconds

12345