Home
last modified time | relevance | path

Searched refs:PR_WRAP_INPUT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet/
H A Din_proto.c184 PR_WRAP_INPUT(udp_input) in PR_WRAP_CTLINPUT()
185 PR_WRAP_INPUT(tcp_input) in PR_WRAP_CTLINPUT()
187 PR_WRAP_INPUT(dccp_input) in PR_WRAP_CTLINPUT()
190 PR_WRAP_INPUT(sctp_input) in PR_WRAP_CTLINPUT()
192 PR_WRAP_INPUT(rip_input) in PR_WRAP_CTLINPUT()
194 PR_WRAP_INPUT(pfsync_input) in PR_WRAP_CTLINPUT()
196 PR_WRAP_INPUT(igmp_input) in PR_WRAP_CTLINPUT()
198 PR_WRAP_INPUT(pim_input) in PR_WRAP_CTLINPUT()
/netbsd-src/sys/sys/
H A Dprotosw.h499 #define PR_WRAP_INPUT(name) \ macro