HomeSort by: relevance | last modified time | path
    Searched defs:sctp_add_ip_address (Results 1 - 2 of 2) 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 in typeref:typename:void
    [all...]
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 in typeref:typename:void
    [all...]

Completed in 26 milliseconds