Searched refs:af (Results 1 - 25 of 443) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dinet_pton.c39 inet_pton(int af, const char *src, void *dst) argument
41 if (af != AF_INET) {
H A Dgetipnodebyname.c43 * lookup `name' (address family `af') in DNS and return a pointer
48 getipnodebyname (const char *name, int af, int flags, int *error_num) argument
53 tmp = gethostbyname2 (name, af);
55 if (af != AF_INET) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dinet_pton.c39 inet_pton(int af, const char *src, void *dst) argument
41 if (af != AF_INET) {
H A Dgetipnodebyname.c43 * lookup `name' (address family `af') in DNS and return a pointer
48 getipnodebyname (const char *name, int af, int flags, int *error_num) argument
53 tmp = gethostbyname2 (name, af);
55 if (af != AF_INET) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dinet_pton.c39 inet_pton(int af, const char *src, void *dst) argument
41 if (af != AF_INET) {
H A Dgetipnodebyname.c43 * lookup `name' (address family `af') in DNS and return a pointer
48 getipnodebyname (const char *name, int af, int flags, int *error_num) argument
53 tmp = gethostbyname2 (name, af);
55 if (af != AF_INET) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-mmp/include/mach/
H A Dmfp.h28 #define MFP_CFG(pin, af) \
29 (MFP_LPM_FLOAT | MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_DRIVE_MEDIUM)
31 #define MFP_CFG_DRV(pin, af, drv) \
32 (MFP_LPM_FLOAT | MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_DRIVE_##drv)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-mmp/include/mach/
H A Dmfp.h28 #define MFP_CFG(pin, af) \
29 (MFP_LPM_FLOAT | MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_DRIVE_MEDIUM)
31 #define MFP_CFG_DRV(pin, af, drv) \
32 (MFP_LPM_FLOAT | MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_DRIVE_##drv)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dinet_ntop.h27 char *Curl_inet_ntop(int af, const void *addr, char *buf, size_t size);
33 #define Curl_inet_ntop(af,addr,buf,size) \
34 inet_ntop(af,addr,buf,(curl_socklen_t)size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dinet_ntop.h27 char *Curl_inet_ntop(int af, const void *addr, char *buf, size_t size);
33 #define Curl_inet_ntop(af,addr,buf,size) \
34 inet_ntop(af,addr,buf,(curl_socklen_t)size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dinet_ntop.h27 char *Curl_inet_ntop(int af, const void *addr, char *buf, size_t size);
33 #define Curl_inet_ntop(af,addr,buf,size) \
34 inet_ntop(af,addr,buf,(curl_socklen_t)size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Darpa_inet.in.h81 (int af, const void *restrict src,
85 (int af, const void *restrict src,
90 (int af, const void *restrict src,
97 (int af, const void *restrict src,
116 (int af, const char *restrict src, void *restrict dst)
119 (int af, const char *restrict src, void *restrict dst));
123 (int af, const char *restrict src, void *restrict dst)
127 (int af, const char *restrict src, void *restrict dst));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Darpa_inet.in.h81 (int af, const void *restrict src,
85 (int af, const void *restrict src,
90 (int af, const void *restrict src,
97 (int af, const void *restrict src,
116 (int af, const char *restrict src, void *restrict dst)
119 (int af, const char *restrict src, void *restrict dst));
123 (int af, const char *restrict src, void *restrict dst)
127 (int af, const char *restrict src, void *restrict dst));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Darpa_inet.in.h81 (int af, const void *restrict src,
85 (int af, const void *restrict src,
90 (int af, const void *restrict src,
97 (int af, const void *restrict src,
116 (int af, const char *restrict src, void *restrict dst)
119 (int af, const char *restrict src, void *restrict dst));
123 (int af, const char *restrict src, void *restrict dst)
127 (int af, const char *restrict src, void *restrict dst));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/compat/
H A Dcompat-inet_ntop.c47 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
53 ss.ss_family = af;
55 switch(af) {
H A Dcompat-inet_pton.c49 inet_pton(int af, const char *src, void *dst) argument
60 if (WSAStringToAddress(src_copy, af, NULL, (struct sockaddr *)&ss, &size) == 0) {
61 switch(af) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/compat/
H A Dcompat-inet_ntop.c47 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
53 ss.ss_family = af;
55 switch(af) {
H A Dcompat-inet_pton.c49 inet_pton(int af, const char *src, void *dst) argument
60 if (WSAStringToAddress(src_copy, af, NULL, (struct sockaddr *)&ss, &size) == 0) {
61 switch(af) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/compat/
H A Dcompat-inet_ntop.c47 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
53 ss.ss_family = af;
55 switch(af) {
H A Dcompat-inet_pton.c49 inet_pton(int af, const char *src, void *dst) argument
60 if (WSAStringToAddress(src_copy, af, NULL, (struct sockaddr *)&ss, &size) == 0) {
61 switch(af) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dsockopt.h58 #define SOPT_SIZE_CMSG_PKTINFO(af) \
59 ((af == AF_INET) ? SOPT_SIZE_CMSG_PKTINFO_IPV4() \
82 #define SOPT_SIZE_CMSG_IFINDEX(af) \
83 (((af) == AF_INET) : SOPT_SIZE_CMSG_IFINDEX_IPV4() \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/include/mach/
H A Dmioa701.h4 #define MIO_CFG_IN(pin, af) \
6 (MFP_PIN(pin) | MFP_##af | MFP_DIR_IN))
8 #define MIO_CFG_OUT(pin, af, state) \
10 (MFP_PIN(pin) | MFP_##af | MFP_DIR_OUT | MFP_LPM_##state))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dmioa701.h4 #define MIO_CFG_IN(pin, af) \
6 (MFP_PIN(pin) | MFP_##af | MFP_DIR_IN))
8 #define MIO_CFG_OUT(pin, af, state) \
10 (MFP_PIN(pin) | MFP_##af | MFP_DIR_OUT | MFP_LPM_##state))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dsockopt.h58 #define SOPT_SIZE_CMSG_PKTINFO(af) \
59 ((af == AF_INET) ? SOPT_SIZE_CMSG_PKTINFO_IPV4() \
82 #define SOPT_SIZE_CMSG_IFINDEX(af) \
83 (((af) == AF_INET) : SOPT_SIZE_CMSG_IFINDEX_IPV4() \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dsockopt.h58 #define SOPT_SIZE_CMSG_PKTINFO(af) \
59 ((af == AF_INET) ? SOPT_SIZE_CMSG_PKTINFO_IPV4() \
82 #define SOPT_SIZE_CMSG_IFINDEX(af) \
83 (((af) == AF_INET) : SOPT_SIZE_CMSG_IFINDEX_IPV4() \

Completed in 207 milliseconds

1234567891011>>