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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c2357 soux_addr_t ux_addr; local
2425 bcopy(mp->b_rptr + aoff, &ux_addr, sizeof (ux_addr));
2429 if ((ux_addr.soua_magic != SOU_MAGIC_EXPLICIT) &&
2430 (ux_addr.soua_magic != SOU_MAGIC_IMPLICIT)) {
2438 if ((ux_addr.soua_magic == SOU_MAGIC_IMPLICIT) &&
2439 (ux_addr.soua_vp != NULL)) {
2447 if ((ux_addr.soua_magic == SOU_MAGIC_EXPLICIT) &&
2448 (ux_addr.soua_vp == NULL)) {
2501 if (ux_addr
2814 soux_addr_t ux_addr; local
4998 soux_addr_t ux_addr; local
5364 tl_sock_find_peer(tl_endpt_t *tep, soux_addr_t *ux_addr) argument
[all...]

Completed in 77 milliseconds