Searched refs:SCTP_PCB_FLAGS_PORTREUSE (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp.h | 592 #define SCTP_PCB_FLAGS_PORTREUSE 0x0000000002000000 macro
|
D | sctp_pcb.c | 2203 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) { 3503 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && 3504 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { 3529 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && 3530 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { 3548 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && 3549 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { 4937 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) ||
|
D | sctp_usrreq.c | 1931 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) { 2199 *value = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE); 4551 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE); 4553 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE); 7981 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) { 8148 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) { 8255 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) { 8376 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&
|