Home
last modified time | relevance | path

Searched refs:so_ux_addr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h221 struct so_ux_addr sti_ux_laddr; /* laddr bound with the transport */
222 struct so_ux_addr sti_ux_faddr; /* connected peer address */
223 struct so_ux_addr sti_ux_taddr; /* temporary address for sendmsg */
H A Dsocktpi.c686 (void *)((struct so_ux_addr *)addr)->soua_vp, in sotpi_bindlisten()
1017 (void *)((struct so_ux_addr *)addr)->soua_vp)); in sotpi_bindlisten()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h88 struct so_ux_addr { struct
98 struct so_ux_addr sou_addr; argument
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c552 typedef struct so_ux_addr soux_addr_t;
923 static tl_endpt_t *tl_sock_find_peer(tl_endpt_t *, struct so_ux_addr *);