Home
last modified time | relevance | path

Searched refs:seqp (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/net/
H A Dpipex.c1535 u_char *cp, *seqp = NULL, *ackp = NULL; in pipex_pptp_input()
1568 seqp = cp; in pipex_pptp_input()
1649 if (seqp != NULL) { in pipex_pptp_input()
1651 PUTLONG(seq, seqp); in pipex_pptp_input()
1529 u_char *cp, *seqp = NULL, *ackp = NULL; pipex_pptp_input() local
/openbsd-src/sys/dev/pci/
H A Dif_mwx.c2248 mwx_mcu_send_mbuf(struct mwx_softc *sc, uint32_t cmd, struct mbuf *m, int *seqp) in mwx_mcu_send_mbuf() argument
2310 if (seqp != NULL) in mwx_mcu_send_mbuf()
2311 *seqp = seq; in mwx_mcu_send_mbuf()
2334 int *seqp) in mwx_mcu_send_msg() argument
2345 return mwx_mcu_send_mbuf(sc, cmd, m, seqp); in mwx_mcu_send_msg()