Home
last modified time | relevance | path

Searched refs:local_seq (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/netgraph/
H A Dng_lmi.c122 u_char local_seq; /* last sequence number we sent */ member
303 sc->local_seq = 1; in nglmi_startup()
369 *cptr++ = sc->local_seq; in nglmi_inquire()
672 if (sc->local_seq == data[3]) { in nglmi_rcvdata()
673 sc->local_seq++; in nglmi_rcvdata()
677 if (sc->local_seq == 0) in nglmi_rcvdata()
678 sc->local_seq = 1; in nglmi_rcvdata()
899 if (sc->local_seq != data[3]) { in nglmi_checkdata()
H A Dng_cisco.c97 uint32_t local_seq; member
506 if (sc->local_seq == ntohl(p->par2)) { in cisco_input()
507 sc->local_seq++; in cisco_input()
584 cisco_send(sc, CISCO_KEEPALIVE_REQ, sc->local_seq, sc->remote_seq); in cisco_keepalive()
H A Dng_frame_relay.c86 u_char local_seq; /* sequence number the remote rcvd */ member
/freebsd-12.1/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c832 int32_t local_seq, remote_seq; in repl_mutual() local
843 krb5_auth_con_getlocalseqnumber(context, ctx->auth_context, &local_seq); in repl_mutual()
853 krb5_auth_con_setlocalseqnumber(context, ctx->auth_context, local_seq); in repl_mutual()