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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_encap.c163 const struct protosw *psw; local
234 psw = (const struct protosw *)match->psw;
235 if (psw && psw->pr_input) {
237 (*psw->pr_input)(m, off);
269 const struct ip6protosw *psw; local
315 psw = (const struct ip6protosw *)match->psw;
316 if (psw
[all...]
H A Dip_encap.h74 const struct protosw *psw; /* only pr_input will be used */ member in struct:encaptab
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dprotosw.h424 #define LINK_PROTOS(psw) \
425 static void link_ ## psw ## _protos() \
429 for (i=0; i < ((sizeof(psw)/sizeof(psw[0])) - 1); i++) \
430 psw[i].pr_next = &psw[i + 1]; \

Completed in 80 milliseconds