Searched refs:SCTP_PCB_FLAGS_DO_ASCONF (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dsctp.h537 #define SCTP_PCB_FLAGS_DO_ASCONF 0x0000000000000020 macro
H A Dsctp_asconf.c1873 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) {
1979 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF)) {
2230 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF) &&
2866 SCTP_PCB_FLAGS_DO_ASCONF)) &&
3184 SCTP_PCB_FLAGS_DO_ASCONF)) {
H A Dsctp_pcb.c3088 sctp_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF);
3091 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF);
3190 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF);
5597 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) {
H A Dsctp_input.c2961 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_DO_ASCONF)) &&

Completed in 90 milliseconds