HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_DEL_IP_ADDRESS (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
sctp_asconf.c 727 case SCTP_DEL_IP_ADDRESS:
862 * type: SCTP_ADD_IP_ADDRESS or SCTP_DEL_IP_ADDRESS
890 * type = SCTP_ADD_IP_ADDRESS, SCTP_DEL_IP_ADDRESS, SCTP_SET_PRIM_ADDR
934 aa->ap.aph.ph.param_type == SCTP_DEL_IP_ADDRESS) ||
936 (type == SCTP_DEL_IP_ADDRESS &&
1025 if (type == SCTP_DEL_IP_ADDRESS) {
1039 * type = SCTP_ADD_IP_ADDRESS, SCTP_DEL_IP_ADDRESS, SCTP_SET_PRIM_ADDR
1083 aa->ap.aph.ph.param_type == SCTP_DEL_IP_ADDRESS) {
1096 } else if (type == SCTP_DEL_IP_ADDRESS &&
1172 if (type == SCTP_DEL_IP_ADDRESS) {
    [all...]
sctp_constants.h 251 #define SCTP_DEL_IP_ADDRESS 0xc002
sctp_pcb.c 4272 (ptype == SCTP_DEL_IP_ADDRESS) ||
sctp_usrreq.c 3220 SCTP_DEL_IP_ADDRESS);
sctp_input.c 731 case SCTP_DEL_IP_ADDRESS:
sctp_output.c 2962 (ptype == SCTP_DEL_IP_ADDRESS) ||

Completed in 28 milliseconds