Searched refs:rawcb_list (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Draw_cb.h93 extern LIST_HEAD(rawcb_list_head, rawcb) rawcb_list;
H A Draw_cb.c82 struct rawcb_list_head rawcb_list; variable in typeref:struct:rawcb_list_head
112 LIST_INSERT_HEAD(&rawcb_list, rp, list);
H A Draw_usrreq.c96 LIST_INIT(&rawcb_list);
124 LIST_FOREACH(rp, &rawcb_list, list) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeysock.c248 LIST_FOREACH(rp, &rawcb_list, list)

Completed in 14 milliseconds