Searched refs:boundaddr (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_getname.c | 47 struct t_bind *boundaddr, struct t_bind *peer); 105 struct t_bind *boundaddr, in _tx_getprotaddr() argument 127 retval = __tx_tlitpi_getprotaddr_locked(tiptr, boundaddr, in _tx_getprotaddr() 178 if (boundaddr != NULL && boundaddr->addr.maxlen > 0) { in _tx_getprotaddr() 180 boundaddr->addr.maxlen)) { in _tx_getprotaddr() 185 boundaddr->addr.len = addrackp->LOCADDR_length; in _tx_getprotaddr() 186 (void) memcpy(boundaddr->addr.buf, in _tx_getprotaddr() 227 struct t_bind *boundaddr, in __tx_tlitpi_getprotaddr_locked() argument 230 if (boundaddr) { in __tx_tlitpi_getprotaddr_locked() 231 boundaddr->addr.len = 0; in __tx_tlitpi_getprotaddr_locked() [all …]
|
H A D | xti_wrappers.c | 113 _xti_getprotaddr(int fd, struct t_bind *boundaddr, struct t_bind *peeraddr) in _xti_getprotaddr() argument 115 return (_tx_getprotaddr(fd, boundaddr, peeraddr, TX_XTI_API)); in _xti_getprotaddr()
|