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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_prproxy.c144 static struct nd6_prproxy_prelist *nd6_ndprl_alloc(int);
256 nd6_ndprl_alloc(int how) function
447 up = nd6_ndprl_alloc(M_WAITOK);
486 down = nd6_ndprl_alloc(M_WAITOK);
643 up = nd6_ndprl_alloc(M_WAITOK);
670 down = nd6_ndprl_alloc(M_WAITOK);
785 ndprl = nd6_ndprl_alloc(M_WAITOK);
900 ndprl = nd6_ndprl_alloc(M_WAITOK);
1015 ndprl = nd6_ndprl_alloc(M_WAITOK);
1050 ndprl = nd6_ndprl_alloc(M_WAITO
[all...]

Completed in 20 milliseconds