HomeSort by relevance Sort by last modified time
    Searched refs:af (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/tcpdump/missing/
inet_pton.c 51 inet_pton(int af, const char *src, void *dst)
53 if (af != AF_INET) {
resolv_ext.h 38 int af; /* address family for addr, mask */ member in struct:__res_state_ext::__anon11631
  /external/clang/test/CodeGenCXX/
ptr-to-datamember.cpp 32 F Af;
49 F A::* af = &A::Af; member in class:A
50 pr(a1.*af);
52 (a1.*af).iF = 100;
53 (a1.*af).fF = 200.00;
54 printf(" %d %f\n", (a1.*af).iF, (a1.*af).fF);
55 pr(a1.*af);
57 (a1.*af).iF++
64 F A::* af = &A::Af; member in class:A
    [all...]
  /external/wpa_supplicant/
config_types.h 25 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
  /external/tcpdump/
enc.h 44 u_int32_t af; member in struct:enchdr
print-pflog.c 123 u_int8_t af; local
151 af = hdr->af;
155 switch (af) {
print-gre.c 171 u_int16_t af; local
177 af = EXTRACT_16BITS(bp);
183 if (af == 0 && srelen == 0)
186 gre_sre_print(af, sreoff, srelen, bp, len);
318 gre_sre_print(u_int16_t af, u_int8_t sreoff, u_int8_t srelen,
321 switch (af) {
333 printf(", (rtaf=0x%x) ", af);
print-ldp.c 36 #include "af.h"
249 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags; local
294 af = EXTRACT_16BITS(tptr);
298 if (af == AFNUM_INET) {
307 else if (af == AFNUM_INET6) {
338 af = EXTRACT_16BITS(tptr);
340 if (af == AFNUM_INET) {
345 else if (af == AFNUM_INET6) {
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
ip_addr.c 26 if (addr->af == AF_INET) {
32 if (addr->af == AF_INET6) {
49 switch (a->af) {
70 addr->af = AF_INET;
76 addr->af = AF_INET6;
ip_addr.h 25 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
  /external/wpa_supplicant_8/src/utils/
ip_addr.c 26 if (addr->af == AF_INET) {
32 if (addr->af == AF_INET6) {
49 switch (a->af) {
70 addr->af = AF_INET;
76 addr->af = AF_INET6;
ip_addr.h 19 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
  /frameworks/base/media/libmedia/
AudioSystem.cpp 79 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
80 if (af == 0) return PERMISSION_DENIED;
81 return af->setMicMute(state);
85 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
86 if (af == 0) return PERMISSION_DENIED;
87 *state = af->getMicMute();
93 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
94 if (af == 0) return PERMISSION_DENIED;
95 af->setMasterVolume(value);
101 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger() local
109 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
117 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
126 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
135 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
144 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
153 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
162 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
168 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
174 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
225 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
257 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
288 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
313 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
326 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
333 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
344 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
354 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
360 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
367 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
    [all...]
  /external/qemu/target-i386/
helper_template.h 57 int cf, pf, af, zf, sf, of; local
63 af = (CC_DST ^ src1 ^ src2) & 0x10;
67 return cf | pf | af | zf | sf | of;
81 int cf, pf, af, zf, sf, of;
87 af = (CC_DST ^ src1 ^ src2) & 0x10;
91 return cf | pf | af | zf | sf | of;
105 int cf, pf, af, zf, sf, of;
111 af = (CC_DST ^ src1 ^ src2) & 0x10;
115 return cf | pf | af | zf | sf | of;
130 int cf, pf, af, zf, sf, of
    [all...]
  /bionic/libc/netbsd/resolv/
res_private.h 9 int af; member in struct:__res_state_ext::sort_list
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 268 int af; /* address/protocol family */ member in struct:xt_table
313 extern struct xt_match *xt_find_match(int af, const char *name, u8 revision);
314 extern struct xt_target *xt_find_target(int af, const char *name, u8 revision);
315 extern struct xt_target *xt_request_find_target(int af, const char *name,
317 extern int xt_find_revision(int af, const char *name, u8 revision, int target,
320 extern struct xt_table *xt_find_table_lock(int af, const char *name);
323 extern int xt_proto_init(int af);
324 extern void xt_proto_fini(int af);
389 extern void xt_compat_lock(int af);
390 extern void xt_compat_unlock(int af);
    [all...]
  /external/iproute2/include/
utils.h 95 extern const char *format_host(int af, int len, const void *addr,
97 extern const char *rt_addr_n2a(int af, int len, const void *addr,
107 const char *dnet_ntop(int af, const void *addr, char *str, size_t len);
108 int dnet_pton(int af, const char *src, void *addr);
110 const char *ipx_ntop(int af, const void *addr, char *str, size_t len);
111 int ipx_pton(int af, const char *src, void *addr);
  /bionic/libc/netbsd/
gethnamaddr.c 506 gethostbyname2(const char *name, int af)
513 hp = gethostbyname_internal(name, af, res);
519 gethostbyname_internal(const char *name, int af, res_state res)
536 switch (af) {
549 rs->host.h_addrtype = af;
574 if (inet_pton(af, name,
608 if (inet_pton(af, name,
633 default_dns_files, name, strlen(name), af) != NS_SUCCESS) {
642 socklen_t len, int af)
655 if (af == AF_INET6 && len == IN6ADDRSZ &
725 int af, len; local
802 int af; local
929 int len, af; local
1064 int af; local
1125 int len, af, advance; local
    [all...]
  /external/iproute2/ip/
ipaddrlabel.c 108 int af = preferred_family; local
110 if (af == AF_UNSPEC)
111 af = AF_INET6;
118 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
230 int af = preferred_family; local
232 if (af == AF_UNSPEC)
233 af = AF_INET6;
240 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
  /external/iproute2/lib/
dnet_pton.c 59 int dnet_pton(int af, const char *src, void *addr)
63 switch (af) {
ipx_ntop.c 58 const char *ipx_ntop(int af, const void *addr, char *str, size_t len)
60 switch(af) {
ipx_pton.c 92 int ipx_pton(int af, const char *src, void *addr)
96 switch (af) {
dnet_ntop.c 89 const char *dnet_ntop(int af, const void *addr, char *str, size_t len)
91 switch(af) {
utils.c 518 const char *rt_addr_n2a(int af, int len, const void *addr, char *buf, int buflen)
520 switch (af) {
523 return inet_ntop(af, addr, buf, buflen);
526 return ipx_ntop(af, addr, buf, buflen);
531 return dnet_ntop(af, &dna, buf, buflen);
550 static const char *resolve_address(const void *addr, int len, int af)
558 if (af == AF_INET6 && ((__u32*)addr)[0] == 0 &&
560 af = AF_INET;
568 if (n->addr.family == af &&
575 n->addr.family = af;
    [all...]
  /external/mesa3d/src/mesa/main/
imports.h 344 double af, bf; local
345 af = (3 << 22) + 0.5 + (double)f;
348 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
357 double af, bf; local
360 af = (3 << 22) + 0.5 + (double)f;
362 u.f = (float) af; ai = u.i;
391 double af, bf; local
392 af = (3 << 22) + 0.5 + (double)f;
395 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
404 double af, bf local
    [all...]

Completed in 881 milliseconds

1 2 3 4