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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.c164 const struct protosw *psw; local
238 psw = (const struct protosw *)match->psw;
239 if (psw && psw->pr_input) {
241 (*psw->pr_input)(m, off);
271 const struct ip6protosw *psw; local
317 psw = (const struct ip6protosw *)match->psw;
318 if (psw
[all...]
H A Dip_encap.h74 const struct protosw *psw; /* only pr_input will be used */ member in struct:encaptab
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h437 #define LINK_PROTOS(psw) \
438 static void link_ ## psw ## _protos() \
442 for (i=0; i < ((sizeof(psw)/sizeof(psw[0])) - 1); i++) \
443 psw[i].pr_next = &psw[i + 1]; \

Completed in 35 milliseconds