Home
last modified time | relevance | path

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

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