Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_lmi.c120 u_char local_seq; /* last sequence number we sent */ member
301 sc->local_seq = 1; in nglmi_startup()
367 *cptr++ = sc->local_seq; in nglmi_inquire()
670 if (sc->local_seq == data[3]) { in nglmi_rcvdata()
671 sc->local_seq++; in nglmi_rcvdata()
675 if (sc->local_seq == 0) in nglmi_rcvdata()
676 sc->local_seq = 1; in nglmi_rcvdata()
899 if (sc->local_seq != data[3]) { in nglmi_checkdata()
H A Dng_cisco.c95 uint32_t local_seq; member
504 if (sc->local_seq == ntohl(p->par2)) { in cisco_input()
505 sc->local_seq++; in cisco_input()
581 cisco_send(sc, CISCO_KEEPALIVE_REQ, sc->local_seq, sc->remote_seq); in cisco_keepalive()
H A Dng_frame_relay.c84 u_char local_seq; /* sequence number the remote rcvd */ member
/freebsd/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()