Searched refs:ls_seq (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dospf.h177 u_int32_t ls_seq; member in struct:lsa_hdr
H A Dospf6.h101 u_int32_t ls_seq; member in struct:lsa6_hdr
H A Dprint-ospf6.c147 TCHECK(lshp->ls_seq);
151 EXTRACT_32BITS(&lshp->ls_seq),
H A Dprint-ospf.c479 TCHECK(lshp->ls_seq); /* XXX - ls_length check checked this */
482 EXTRACT_32BITS(&lshp->ls_seq),
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsrvstate.h172 u_int32_t ls_seq; /* seq id */ member in struct:nfsstate
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1794 error = nfsrv_checkseqid(nd, new_stp->ls_seq,
1818 error = nfsrv_checkseqid(nd, new_stp->ls_seq,
2269 new_stp->ls_seq = new_stp->ls_opentolockseq;
2376 error = nfsrv_checkseqid(nd, new_stp->ls_seq, ownerstp,
3063 ownerstp->ls_seq = new_stp->ls_seq;
3380 error = nfsrv_checkseqid(nd, new_stp->ls_seq,
3929 if ((stp->ls_seq + 1) == seqid) {
3934 stp->ls_seq = seqid;
3936 } else if (stp->ls_seq
[all...]
H A Dnfs_nfsdserv.c2210 stp->ls_seq = fxdr_unsigned(int, *tl++);
2242 stp->ls_seq = fxdr_unsigned(int, *tl);
2496 stp->ls_seq = fxdr_unsigned(int, *tl++);
2596 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++);
3018 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++);
3168 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl);
3217 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++);

Completed in 192 milliseconds