Home
last modified time | relevance | path

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

1234

/third_party/backends/lib/
H A Dinet_pton.c17 inet_pton (int af, const char *src, void *dst) in inet_pton() argument
H A Dinet_ntop.c18 inet_ntop (int af, const void *src, char *dst, size_t cnt) in inet_ntop() argument
/third_party/musl/src/network/
H A Dgethostbyname2.c8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2() argument
H A Dinet_ntop.c7 const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l) in inet_ntop() argument
H A Dinet_pton.c15 int inet_pton(int af, const char *restrict s, void *restrict a0) in inet_pton() argument
H A Dgethostbyaddr.c7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr() argument
H A Dgethostbyname2_r.c11 int gethostbyname2_r(const char *name, int af, in gethostbyname2_r() argument
H A Dgethostbyaddr_r.c10 int gethostbyaddr_r(const void *a, socklen_t l, int af, in gethostbyaddr_r() argument
H A Dnetlink.c7 static int __netlink_enumerate(int fd, unsigned int seq, int type, int af, in __netlink_enumerate() argument
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyaddr.c7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr() argument
H A Dgethostbyaddr_r.c10 int gethostbyaddr_r(const void *a, socklen_t l, int af, in gethostbyaddr_r() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dip_addr.h13 int af; /* AF_INET / AF_INET6 */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dip_addr.h16 int af; /* AF_INET / AF_INET6 */ member
/third_party/pulseaudio/src/pulsecore/
H A Darpa-inet.c34 const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt) { in inet_ntop() argument
79 int inet_pton(int af, const char *src, void *dst) { in inet_pton() argument
/third_party/libwebsockets/lib/system/dhcpclient/
H A Ddhcpclient.c78 lws_dhcpc_find(struct lws_context *context, const char *iface, int af) in lws_dhcpc_find() argument
101 lws_dhcpc_request(struct lws_context *context, const char *iface, int af, in lws_dhcpc_request() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dinet_ntop.c58 const char *ares_inet_ntop(int af, const void *src, char *dst, in ares_inet_ntop() argument
209 const char *ares_inet_ntop(int af, const void *src, char *dst, in ares_inet_ntop() argument
/third_party/curl/lib/
H A Dinet_ntop.c193 char *Curl_inet_ntop(int af, const void *src, char *buf, size_t size) in Curl_inet_ntop() argument
H A Dif2ip.c99 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip() argument
184 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip() argument
239 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip() argument
H A Dinet_pton.c75 Curl_inet_pton(int af, const char *src, void *dst) in Curl_inet_pton() argument
/third_party/ffmpeg/libavutil/
H A Daudio_fifo.c48 void av_audio_fifo_free(AVAudioFifo *af) in av_audio_fifo_free() argument
65 AVAudioFifo *af; in av_audio_fifo_alloc() local
99 av_audio_fifo_realloc(AVAudioFifo *af, int nb_samples) av_audio_fifo_realloc() argument
119 av_audio_fifo_write(AVAudioFifo *af, void **data, int nb_samples) av_audio_fifo_write() argument
145 av_audio_fifo_peek(AVAudioFifo *af, void **data, int nb_samples) av_audio_fifo_peek() argument
150 av_audio_fifo_peek_at(AVAudioFifo *af, void **data, int nb_samples, int offset) av_audio_fifo_peek_at() argument
174 av_audio_fifo_read(AVAudioFifo *af, void **data, int nb_samples) av_audio_fifo_read() argument
194 av_audio_fifo_drain(AVAudioFifo *af, int nb_samples) av_audio_fifo_drain() argument
211 av_audio_fifo_reset(AVAudioFifo *af) av_audio_fifo_reset() argument
221 av_audio_fifo_size(AVAudioFifo *af) av_audio_fifo_size() argument
226 av_audio_fifo_space(AVAudioFifo *af) av_audio_fifo_space() argument
[all...]
/third_party/libwebsockets/lib/misc/
H A Dgetifaddrs.c65 getifaddrs2(struct ifaddrs **ifap, int af, int siocgifconf, int siocgifflags, in getifaddrs2() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-network-helper.h68 uint8_t af; /* if source_ads */ member
/third_party/ltp/testcases/network/lib6/
H A Din6_01.c167 uint8_t af; in test_sockaddr_storage() local
/third_party/pulseaudio/src/modules/rtp/
H A Dsdp.c42 char *pa_sdp_build(int af, const void *src, const void *dst, const char *name, uint16_t port, uint8_t payload, const pa_sample_spec *ss, bool enable_opus) { in pa_sdp_build() argument
/third_party/typescript/tests/baselines/reference/
H A DnullIsSubtypeOfEverythingButUndefined.js61 var af: typeof f; variable
148 var af; variable

Completed in 8 milliseconds

1234