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

/freebsd-10.1-release/sys/netinet/
H A Dsctp.h557 #define SCTP_PCB_FLAGS_PORTREUSE 0x0000000002000000 macro
H A Dsctp_pcb.c1875 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) {
2955 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&
2956 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
2981 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&
2982 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
3003 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&
3004 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
4208 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) ||
H A Dsctp_usrreq.c1452 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
1723 *value = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
3703 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
3705 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE);
6508 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
6595 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) {
6693 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&

Completed in 84 milliseconds