Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp.h592 #define SCTP_PCB_FLAGS_PORTREUSE 0x0000000002000000 macro
Dsctp_pcb.c2202 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) {
3499 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&
3500 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
3525 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&
3526 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
3544 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&
3545 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
4965 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) ||
Dsctp_usrreq.c2002 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
2270 *value = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
4639 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
4641 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE);
8088 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
8255 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
8366 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) {
8487 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&