Home
last modified time | relevance | path

Searched refs:msg_seq (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/nfsclient/
H A Dnlminfo.h39 int msg_seq; /* sequence counter for lock requests */ member
/freebsd-13.1/sys/fs/nfsclient/
H A Dnlminfo.h38 int msg_seq; /* sequence counter for lock requests */ member
/freebsd-13.1/contrib/tcpdump/
H A Dprint-olsr.c98 uint8_t msg_seq[2]; member
108 uint8_t msg_seq[2]; member
384 EXTRACT_16BITS(msgptr.v6->msg_seq), in olsr_print()
415 EXTRACT_16BITS(msgptr.v4->msg_seq), in olsr_print()
/freebsd-13.1/sys/nfs/
H A Dnfs_lock.h58 int msg_seq; /* Sequence number of message */ member
/freebsd-13.1/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1032 u32 msg_seq, msg_off, rkh_off; in wpa_ft_rrb_seq_chk() local
1062 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_chk()
1064 msg_off = msg_seq - rkh_off; in wpa_ft_rrb_seq_chk()
1070 if (rkh_seq->rx.last[i] == msg_seq) in wpa_ft_rrb_seq_chk()
1102 u32 msg_seq, msg_off, min_off, rkh_off; in wpa_ft_rrb_seq_accept() local
1109 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_accept()
1112 rkh_seq->rx.last[rkh_seq->rx.num_last] = msg_seq; in wpa_ft_rrb_seq_accept()
1124 rkh_seq->rx.last[rkh_seq->rx.offsetidx] = msg_seq; in wpa_ft_rrb_seq_accept()
4464 u32 msg_dom, msg_seq; in wpa_ft_rrb_rx_seq_resp() local
4523 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_rx_seq_resp()
[all …]
/freebsd-13.1/usr.sbin/rpc.lockd/
H A Dkern.c470 ans.la_msg_ident.msg_seq = -1; in lock_answer()