Home
last modified time | relevance | path

Searched refs:ta_family (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h51 #define ta_family ip_addr_v4.sin_family macro
58 (((addr1)->ta_family == AF_INET && (addr2)->ta_family == AF_INET && \
60 ((addr1)->ta_family == AF_INET6 && (addr2)->ta_family == AF_INET6 && \
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c141 if (rhentp->rh_address.ta_family == AF_INET6) { in translate_inet_addr()
143 (void) inet_ntop(rhentp->rh_address.ta_family, aptr, abuf, in translate_inet_addr()
154 (void) inet_ntop(rhentp->rh_address.ta_family, aptr, abuf, in translate_inet_addr()
308 rhent.rh_address.ta_family = AF_INET; in process_rh()
314 rhent.rh_address.ta_family = AF_INET6; in process_rh()
333 rhent.rh_address.ta_family)) == NULL) { in process_rh()
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c160 address.ta_family = AF_INET; in tcache_init()
166 address.ta_family = AF_INET6; in tcache_init()
232 if (rhent->rh_address.ta_family == AF_INET) { in tnrh_delete()
241 } else if (rhent->rh_address.ta_family == AF_INET6) { in tnrh_delete()
340 if (new->rhc_host.ta_family == AF_INET) { in tnrh_hash_add()
354 ASSERT(rh->rhc_host.ta_family == AF_INET); in tnrh_hash_add()
360 } else if (new->rhc_host.ta_family == AF_INET6) { in tnrh_hash_add()
374 ASSERT(rh->rhc_host.ta_family == AF_INET6); in tnrh_hash_add()
452 switch (rhent->rh_address.ta_family) { in tnrh_get()
1082 if ((rh->rhc_host.ta_family == AF_INET) && in find_rhc()
[all …]
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgetrhent.c109 rh->rh_address.ta_family = AF_INET; in parse_address()
128 rh->rh_address.ta_family = AF_INET6; in parse_address()
H A Dtsol_getrhent.c235 rhent.rh_address.ta_family = AF_INET; in tsol_getrhtype()
240 rhent.rh_address.ta_family = AF_INET6; in tsol_getrhtype()
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c245 rhent.rh_address.ta_family = AF_INET; in print_rh()
250 rhent.rh_address.ta_family = AF_INET6; in print_rh()
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c473 if (rhentp->rh_address.ta_family == AF_INET) {
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c691 af = rhp->rh_address.ta_family; in nss_get_rh()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c2159 if ((rhent.rh_address.ta_family = af) == AF_INET) { in tsol_check_interface_address()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c2895 if (rh_addr->ta_family == AF_INET) { in aus_labelsys()
2900 } else if (rh_addr->ta_family == AF_INET6) { in aus_labelsys()