Searched refs:SGFAM (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libwrap/ |
H A D | socket.c | 144 (void) inet_ntop(SGFAM(sin), SGADDRP(sin), host->addr, sizeof(host->addr)); 169 && (hp = gethostbyaddr(SGADDRP(sin), SGADDRSZ(sin), SGFAM(sin))) != 0) { 186 if ((hp = tcpd_gethostbyname(host->name, SGFAM(sin))) == 0) { 235 inet_ntop(SGFAM(sin), SGADDRP(sin), buf, sizeof(buf)),
|
H A D | tcpd.h | 66 #define SGFAM(sag) ((sag)->sg_family == AF_INET6 ? \ macro 86 #define SGFAM(sag) AF_INET macro
|
H A D | rfc931.c | 106 if ((fp = fsocket(SGFAM(rmt_sin), SOCK_STREAM, 0)) != 0) {
|
H A D | hosts_access.c | 309 if (SGFAM(host->sin) != AF_INET6)
|
/titanic_44/usr/src/cmd/rpcbind/ |
H A D | rpcb_check.c | 87 return (inet_ntop(SGFAM(addr), SGADDRP(addr), buf, bufsize)); in sgen_toa()
|
H A D | pmap_svc.c | 354 switch (SGFAM(sgen)) { in localxprt()
|