Home
last modified time | relevance | path

Searched refs:cause_code (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-pptp.c160 nd_uint16_t cause_code; member
207 nd_uint16_t cause_code; member
317 const nd_uint16_t cause_code) in pptp_cause_code_print() argument
319 ND_PRINT(" CAUSE_CODE(%u)", GET_BE_U_2(cause_code)); in pptp_cause_code_print()
657 pptp_cause_code_print(ndo, ptr->cause_code); in pptp_ocrp_print()
735 pptp_cause_code_print(ndo, ptr->cause_code); in pptp_cdn_print()
/freebsd/sys/netinet/
H A Dsctp_input.c1066 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1084 cause_code = ntohs(cause->code); in sctp_handle_error()
1094 code = cause_code; in sctp_handle_error()
1096 switch (cause_code) { in sctp_handle_error()
1102 cause_code); in sctp_handle_error()
1215 cause_code); in sctp_handle_error()
1228 cause_code); in sctp_handle_error()
H A Dsctputil.c4404 uint16_t cause_code; in sctp_abort_association() local
4412 cause_code = ntohs(cause->code); in sctp_abort_association()
4414 cause_code = 0; in sctp_abort_association()
4424 sctp_abort_notification(stcb, false, false, cause_code, NULL, SCTP_SO_NOT_LOCKED); in sctp_abort_association()
4503 uint16_t cause_code; in sctp_abort_an_association() local
4518 cause_code = ntohs(cause->code); in sctp_abort_an_association()
4520 cause_code = 0; in sctp_abort_an_association()
4531 sctp_abort_notification(stcb, false, timedout, cause_code, NULL, so_locked); in sctp_abort_an_association()