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

  /src/sys/netinet/
sctp_asconf.c 723 case SCTP_ADD_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
933 ((type == SCTP_ADD_IP_ADDRESS &&
937 aa->ap.aph.ph.param_type == SCTP_ADD_IP_ADDRESS))) {
1012 if (type == SCTP_ADD_IP_ADDRESS) {
1039 * type = SCTP_ADD_IP_ADDRESS, SCTP_DEL_IP_ADDRESS, SCTP_SET_PRIM_ADDR
1082 if (type == SCTP_ADD_IP_ADDRESS &&
1097 aa->ap.aph.ph.param_type == SCTP_ADD_IP_ADDRESS) {
1159 if (type == SCTP_ADD_IP_ADDRESS) {
1966 sctp_add_ip_address(struct ifaddr *ifa) function
    [all...]
sctp_constants.h 250 #define SCTP_ADD_IP_ADDRESS 0xc001
sctp_input.c 730 case SCTP_ADD_IP_ADDRESS:
sctp_pcb.c 4271 (ptype == SCTP_ADD_IP_ADDRESS) ||
sctp_usrreq.c 3177 SCTP_ADD_IP_ADDRESS);
sctp_output.c 2961 (ptype == SCTP_ADD_IP_ADDRESS) ||

Completed in 50 milliseconds