Home
last modified time | relevance | path

Searched defs:xunpcb64 (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dunpcb.h217 struct xunpcb64 { struct
220 struct xunpcb64_list_entry xunp_link; /* glue on list of all PCBs */ argument
226 struct xunpcb64_list_entry xunp_reflink; /* link in unp_refs list */ argument
227 int xunp_cc; /* copy of rcv.sb_cc */
228 int xunp_mbcnt; /* copy of rcv.sb_mbcnt */
229 unp_gen_t xunp_gencnt; /* generation count of this instance */
230 int xunp_flags; /* flags */
231 union {
234 } xu_au; /* our bound address */
236 union {
[all …]