Searched defs:boundaddr (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libnsl/nsl/ |
H A D | t_getname.c | 49 struct t_bind *boundaddr, struct t_bind *peer); 107 struct t_bind *boundaddr, 129 retval = __tx_tlitpi_getprotaddr_locked(tiptr, boundaddr, 180 if (boundaddr != NULL && boundaddr->addr.maxlen > 0) { 182 boundaddr->addr.maxlen)) { 187 boundaddr->addr.len = addrackp->LOCADDR_length; 188 (void) memcpy(boundaddr->addr.buf, 229 struct t_bind *boundaddr, 232 if (boundaddr) { 105 _tx_getprotaddr( int fd, struct t_bind *boundaddr, struct t_bind *peeraddr, int api_semantics) argument 227 __tx_tlitpi_getprotaddr_locked( struct _ti_user *tiptr, struct t_bind *boundaddr, struct t_bind *peeraddr) argument [all...] |
H A D | xti_wrappers.c | 112 _xti_getprotaddr(int fd, struct t_bind *boundaddr, struct t_bind *peeraddr) argument 114 return (_tx_getprotaddr(fd, boundaddr, peeraddr, TX_XTI_API));
|
Completed in 15 milliseconds