Home
last modified time | relevance | path

Searched refs:af (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/interoperability_test/ecc_certificates/
DECTestServer6.crt48 67:e7:72:5c:f5:af:aa:74:68:11:65:ea:e3:cc:eb:11:bd:02:
50 5a:71:ed:dd:dd:9d:4b:f1:8a:51:19:a0:9d:af:61:c6:13:0e:
DECTestServer8_224.crt34 4e:60:2f:68:1d:fa:b4:87:f2:af:21:e0:1b:84:84:8f:74:cf:
DECIntm.crt39 7c:f1:8c:5e:65:62:b5:d6:38:19:af:1d:02
DECTestServer3.crt40 36:be:16:7d:51:2f:e6:ef:25:39:72:25:65:a7:af:7c:f0:bb:
DECTestServer4.crt18 e7:3d:c6:1f:2d:ff:48:fc:e6:7c:72:35:cc:c9:af:
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h1021 INT nx_bsd_inet_pton(INT af, const CHAR *src, VOID *dst);
1022 const CHAR *nx_bsd_inet_ntop(INT af, const VOID *src, CHAR *dst, nx_bsd_socklen_t size);
Dnxd_bsd.c13620 INT nx_bsd_inet_pton(INT af, const CHAR *src, VOID *dst) in nx_bsd_inet_pton() argument
13641 if(af == AF_INET) in nx_bsd_inet_pton()
13652 else if(af == AF_INET6) in nx_bsd_inet_pton()
13890 const CHAR *nx_bsd_inet_ntop(INT af, const VOID *src, CHAR *dst, nx_bsd_socklen_t size) in nx_bsd_inet_ntop() argument
13903 if(af == AF_INET) in nx_bsd_inet_ntop()
13911 else if(af == AF_INET6) in nx_bsd_inet_ntop()