Searched refs:udb (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dudp_var.h143 extern struct inpcbhead udb;
H A Dudp_usrreq.c157 struct inpcbhead udb; /* from udp_var.h */ variable in typeref:struct:inpcbhead
158 #define udb6 udb /* for KAME src sync over BSD*'s */
223 LIST_INIT(&udb);
224 udbinfo.listhead = &udb;
423 LIST_FOREACH(inp, &udb, inp_list) {
1915 for (inp = udb.lh_first; inp != NULL; inp = inpnxt) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c328 LIST_FOREACH(in6p, &udb, inp_list) {

Completed in 18 milliseconds