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.c59 error = protosw_register(&inetdomain, &sctp_stream_protosw); in sctp_module_load()
62 error = protosw_register(&inetdomain, &sctp_seqpacket_protosw); in sctp_module_load()
70 error = protosw_register(&inet6domain, &sctp6_stream_protosw); in sctp_module_load()
73 error = protosw_register(&inet6domain, &sctp6_seqpacket_protosw); in sctp_module_load()
/freebsd/sys/sys/
H A Dprotosw.h169 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.c312 protosw_register(struct domain *dp, struct protosw *npr) in protosw_register() function
/freebsd/share/man/man9/
H A DMakefile1051 domain.9 protosw_register.9 \