Home
last modified time | relevance | path

Searched refs:last_recv (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/usr.sbin/ppp/
H A Dslcompress.c99 comp->last_recv = 255; in sl_compress_init()
448 cs = &comp->rstate[comp->last_recv = ip->ip_p]; in sl_uncompress_tcp()
486 if (*cp > max_state || comp->last_recv == 255) in sl_uncompress_tcp()
490 comp->last_recv = *cp++; in sl_uncompress_tcp()
502 cs = &comp->rstate[comp->last_recv]; in sl_uncompress_tcp()
H A Dslcompress.h134 u_char last_recv; /* last rcvd conn. id */ member
/freebsd-12.1/sys/net/
H A Dslcompress.c85 comp->last_recv = 255; in sl_compress_init()
473 cs = &comp->rstate[comp->last_recv = ip->ip_p]; in sl_uncompress_tcp_core()
510 comp->last_recv = *cp++; in sl_uncompress_tcp_core()
520 cs = &comp->rstate[comp->last_recv]; in sl_uncompress_tcp_core()
H A Dslcompress.h135 u_char last_recv; /* last rcvd conn. id */ member
/freebsd-12.1/sys/dev/mn/
H A Dif_mn.c219 time_t last_recv; member
412 if (sch->last_recv) in ngmn_rcvmsg()
414 (unsigned long)(time_second - sch->last_recv)); in ngmn_rcvmsg()
1138 sch->last_recv = time_second; in mn_rx_intr()