af 47 lib/replace/inet_ntop.c rep_inet_ntop(int af, const void *src, char *dst, socklen_t size)
af 49 lib/replace/inet_ntop.c switch (af) {
af 47 lib/replace/inet_pton.c rep_inet_pton(int af,
af 51 lib/replace/inet_pton.c switch (af) {
af 106 lib/replace/system/network.h int rep_inet_pton(int af, const char *src, void *dst);
af 111 lib/replace/system/network.h const char *rep_inet_ntop(int af, const void *src, char *dst, socklen_t size);
af 356 nsswitch/winbind_nss_solaris.c parse_response(int af, nss_XbyY_args_t* argp, struct winbindd_response *response)
af 393 nsswitch/winbind_nss_solaris.c he->h_addrtype = af;
af 485 nsswitch/winbind_nss_solaris.c int af;
af 499 nsswitch/winbind_nss_solaris.c af = argp->key.ipnode.af_family;
af 500 nsswitch/winbind_nss_solaris.c if(af == AF_INET6 && argp->key.ipnode.flags == 0) {
af 506 nsswitch/winbind_nss_solaris.c af = AF_INET6;
af 515 nsswitch/winbind_nss_solaris.c ret = parse_response(af, argp, &response);
af 45 nsswitch/wins.c NSS_STATUS _nss_wins_gethostbyname2_r(const char *name, int af, struct hostent *he,
af 432 nsswitch/wins.c _nss_wins_gethostbyname2_r(const char *name, int af, struct hostent *he,
af 437 nsswitch/wins.c if(af!=AF_INET) {
af 39 source4/heimdal/lib/krb5/addr_families.c int af;
af 758 source4/heimdal/lib/krb5/addr_families.c find_af(int af)
af 763 source4/heimdal/lib/krb5/addr_families.c if (af == a->af)
af 945 source4/heimdal/lib/krb5/addr_families.c int af,
af 950 source4/heimdal/lib/krb5/addr_families.c struct addr_operations *a = find_af(af);
af 953 source4/heimdal/lib/krb5/addr_families.c "Address family %d not supported", af);
af 976 source4/heimdal/lib/krb5/addr_families.c int af,
af 979 source4/heimdal/lib/krb5/addr_families.c struct addr_operations *a = find_af(af);
af 982 source4/heimdal/lib/krb5/addr_families.c N_("Address family %d not supported", ""), af);
af 1007 source4/heimdal/lib/krb5/addr_families.c int af,
af 1012 source4/heimdal/lib/krb5/addr_families.c struct addr_operations *a = find_af (af);
af 1016 source4/heimdal/lib/krb5/addr_families.c N_("Address family %d not supported", ""), af);
af 47 source4/heimdal/lib/roken/getipnodebyaddr.c getipnodebyaddr (const void *src, size_t len, int af, int *error_num)
af 51 source4/heimdal/lib/roken/getipnodebyaddr.c tmp = gethostbyaddr (src, len, af);
af 51 source4/heimdal/lib/roken/getipnodebyname.c getipnodebyname (const char *name, int af, int flags, int *error_num)
af 56 source4/heimdal/lib/roken/getipnodebyname.c tmp = gethostbyname2 (name, af);
af 58 source4/heimdal/lib/roken/getipnodebyname.c if (af != AF_INET) {
af 42 source4/heimdal/lib/roken/getnameinfo.c doit (int af,
af 52 source4/heimdal/lib/roken/getnameinfo.c if (inet_ntop (af, addr, host, hostlen) == NULL)
af 57 source4/heimdal/lib/roken/getnameinfo.c af);
af 67 source4/heimdal/lib/roken/getnameinfo.c } else if (inet_ntop (af, addr, host, hostlen) == NULL)
af 120 source4/heimdal/lib/roken/inet_ntop.c inet_ntop(int af, const void *src, char *dst, size_t size)
af 122 source4/heimdal/lib/roken/inet_ntop.c switch (af) {
af 42 source4/heimdal/lib/roken/inet_pton.c inet_pton(int af, const char *src, void *dst)
af 44 source4/heimdal/lib/roken/inet_pton.c if (af != AF_INET) {
af 47 source4/heimdal/lib/roken/socket.c socket_set_any (struct sockaddr *sa, int af)
af 49 source4/heimdal/lib/roken/socket.c switch (af) {
af 228 source4/heimdal/lib/roken/socket.c socket_set_portrange (int sock, int restr, int af)
af 231 source4/heimdal/lib/roken/socket.c if (af == AF_INET) {
af 239 source4/heimdal/lib/roken/socket.c if (af == AF_INET6) {