Home
last modified time | relevance | path

Searched refs:protosw_register (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_module.c58 error = protosw_register(&inetdomain, &sctp_stream_protosw); in sctp_module_load()
61 error = protosw_register(&inetdomain, &sctp_seqpacket_protosw); in sctp_module_load()
69 error = protosw_register(&inet6domain, &sctp6_stream_protosw); in sctp_module_load()
72 error = protosw_register(&inet6domain, &sctp6_seqpacket_protosw); in sctp_module_load()
/freebsd/sys/sys/
H A Dprotosw.h176 int protosw_register(struct domain *, struct protosw *);
/freebsd/sys/netinet6/
H A Dsend.c340 error = protosw_register(&inet6domain, &send_protosw); in send_modevent()
/freebsd/sys/kern/
H A Duipc_domain.c297 protosw_register(struct domain *dp, struct protosw *npr) in protosw_register() function
/freebsd/share/man/man9/
H A DMakefile1091 domain.9 protosw_register.9 \