Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dunpcb.h108 #define _UCPCB_LIST_HEAD(name, type) \ macro
115 #define _UCPCB_LIST_HEAD(name, type) LIST_HEAD(name, type) macro
122 _UCPCB_LIST_HEAD(unp_head, unpcb);