Home
last modified time | relevance | path

Searched refs:SCTP_CAUSE_UNRESOLVABLE_ADDR (Results 1 – 4 of 4) sorted by path

/freebsd/sys/netinet/
H A Dsctp.h358 #define SCTP_CAUSE_UNRESOLVABLE_ADDR 0x0005 macro
H A Dsctp_asconf.c389 SCTP_CAUSE_UNRESOLVABLE_ADDR, (uint8_t *)aph, in sctp_process_asconf_delete_ip()
522 SCTP_CAUSE_UNRESOLVABLE_ADDR, (uint8_t *)aph, in sctp_process_asconf_set_primary()
591 SCTP_CAUSE_UNRESOLVABLE_ADDR, (uint8_t *)aph, in sctp_process_asconf_set_primary()
H A Dsctp_input.c1169 case SCTP_CAUSE_UNRESOLVABLE_ADDR: in sctp_handle_error()
H A Dsctp_output.c5130 cause->code = htons(SCTP_CAUSE_UNRESOLVABLE_ADDR); in sctp_arethere_unrecognized_parameters()