OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_SENDALL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_uio.h
147
#define
SCTP_SENDALL
0x0200
sctp_output.c
4774
sctp_sendall
(struct sctp_inpcb *inp, struct uio *uio, struct mbuf *m, struct sctp_sndrcvinfo *srcv)
function
4790
ca->sndrcv.sinfo_flags &= ~
SCTP_SENDALL
;
7154
if (srcv.sinfo_flags &
SCTP_SENDALL
) {
7162
return (
sctp_sendall
(inp, NULL, m, &srcv));
9869
if (srcv.sinfo_flags &
SCTP_SENDALL
) {
9878
return (
sctp_sendall
(inp, uio, top, &srcv));
Completed in 22 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026