Searched defs:te_ap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c245 * For unix domain sockets the te_ap is always pointing to te_uxaddr part of the
590 tl_addr_t te_ap; /* addr bound to this endpt */ member in struct:tl_endpt
591 #define te_zoneid te_ap.ta_zoneid
592 #define te_alen te_ap.ta_alen
593 #define te_abuf te_ap.ta_abuf
1228 bzero(&tep->te_ap, sizeof (tep->te_ap));
2496 * For anonymous requests the te_ap is already set up properly
2564 (mod_hash_key_t)&tep->te_ap, (mod_hash_val_t)tep,
5122 !tl_eqaddr(&destaddr, &peer_tep->te_ap)) {
[all...]

Completed in 86 milliseconds