Home
last modified time | relevance | path

Searched refs:sctp_seqpacket_protosw (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_module.c62 error = protosw_register(&inetdomain, &sctp_seqpacket_protosw); in sctp_module_load()
94 (void)protosw_unregister(&sctp_seqpacket_protosw); in sctp_module_unload()
H A Din_proto.c69 extern struct protosw sctp_seqpacket_protosw, sctp_stream_protosw;
87 &sctp_seqpacket_protosw,
H A Dsctp_var.h42 extern struct protosw sctp_seqpacket_protosw, sctp_stream_protosw;
H A Dsctp_usrreq.c7529 struct protosw sctp_seqpacket_protosw = { variable