Home
last modified time | relevance | path

Searched refs:auth_keyid (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/scripts/monitoring/
H A Dntptrap260 ($ret,$data,$status,$associd,$op,$seq,$auth_keyid) =
262 &debug(sprintf("%s uses auth_keyid %d",&hostname($from),$auth_keyid)) if defined($auth_keyid);
272 &process_response($from,$ret,$data,$status,$associd,$op,$seq,$auth_keyid);
345 local($from,$ret,$data,$status,$associd,$op,$seq,$auth_keyid) = @_;
H A Dntp.pl376 ($auth_keyid,$auth_cksum) =
403 $auth_keyid);
409 $auth_keyid);
428 @FRAGS = ($status,$associd,&pkt_OP($r_e_m_op),$seq,$auth_keyid,$r_e_m_op);
/freebsd/sys/netinet/
H A Dsctp_var.h121 sctp_auth_key_release(stcb, sp->auth_keyid, _so_locked); \
139 sctp_auth_key_release((_stcb), (_chk)->auth_keyid, _so_locked); \
H A Dsctp_output.c3957 uint16_t auth_keyid, in sctp_lowlevel_chunk_output() argument
4012 sctp_fill_hmac_digest_m(m, auth_offset, auth, stcb, auth_keyid); in sctp_lowlevel_chunk_output()
6474 sp->auth_keyid = srcv->sinfo_keynumber; in sctp_msg_append()
6476 sp->auth_keyid = stcb->asoc.authinfo.active_keyid; in sctp_msg_append()
6479 sctp_auth_key_acquire(stcb, sp->auth_keyid); in sctp_msg_append()
7583 chk->auth_keyid = sp->auth_keyid; in sctp_move_to_outqueue()
7584 sctp_auth_key_acquire(stcb, chk->auth_keyid); in sctp_move_to_outqueue()
7848 uint16_t auth_keyid; in sctp_med_chunk_output() local
7862 auth_keyid = stcb->asoc.authinfo.active_keyid; in sctp_med_chunk_output()
8710 auth_keyid = chk->auth_keyid; in sctp_med_chunk_output()
[all …]
H A Dsctp_structs.h456 uint16_t auth_keyid; member
542 uint16_t auth_keyid; member
H A Dsctp_pcb.c4527 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_clean_up_stream()
4840 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc()
4869 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc()
4902 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc()
4923 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc()
4937 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc()
H A Dsctp_input.c1844 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_process_cookie_existing()
1859 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_process_cookie_existing()