Home
last modified time | relevance | path

Searched refs:discon_req (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h545 struct T_discon_req discon_req; /* disconnect request */ member
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1538 struct T_discon_req discon_req; in sodisconnect() local
1569 discon_req.PRIM_type = T_DISCON_REQ; in sodisconnect()
1570 discon_req.SEQ_number = seqno; in sodisconnect()
1571 mp = soallocproto1(&discon_req, sizeof (discon_req), in sodisconnect()