Home
last modified time | relevance | path

Searched refs:sctp_feature_on (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c3815 sctp_feature_on(inp, set_opt);
3835 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
5033 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT);
5039 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPADDREVNT);
5051 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPEERERR);
5063 sctp_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5075 sctp_feature_on(inp, SCTP_PCB_FLAGS_AUTHEVNT);
5081 sctp_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT);
6148 sctp_feature_on(inp, event_type);
6184 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO);
[all …]
H A Dsctp_var.h47 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) macro
H A Dsctp_pcb.c2483 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2486 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2487 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
3091 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind()
3092 sctp_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind()
3097 sctp_feature_on(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); in sctp_inpcb_bind()
3189 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind()