Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
HDslcompress.c81 comp->last_recv = 255; in sl_compress_init()
430 cs = &comp->rstate[comp->last_recv = ip->ip_p]; in sl_uncompress_tcp()
468 if (*cp > max_state || comp->last_recv == 255) in sl_uncompress_tcp()
472 comp->last_recv = *cp++; in sl_uncompress_tcp()
484 cs = &comp->rstate[comp->last_recv]; in sl_uncompress_tcp()
HDslcompress.h120 u_char last_recv; /* last rcvd conn. id */ member
/dragonfly/sys/net/ppp_layer/
HDslcompress.c84 comp->last_recv = 255; in sl_compress_init()
474 cs = &comp->rstate[comp->last_recv = ip->ip_p]; in sl_uncompress_tcp_core()
511 comp->last_recv = *cp++; in sl_uncompress_tcp_core()
521 cs = &comp->rstate[comp->last_recv]; in sl_uncompress_tcp_core()
/dragonfly/sys/net/
HDslcompress.h140 u_char last_recv; /* last rcvd conn. id */ member
/dragonfly/sys/dev/netif/mn/
HDif_mn.c218 time_t last_recv; member
410 if (sch->last_recv) in ngmn_rcvmsg()
411 pos += ksprintf(r + pos, "%lu s", time_uptime - sch->last_recv); in ngmn_rcvmsg()
1126 sch->last_recv = time_uptime; in mn_rx_intr()
/dragonfly/sys/dev/misc/musycc/
HDmusycc.c179 time_t last_recv; member
457 time_uptime - scp->last_recv, time_uptime - scp->last_rxerr); in status_chans()
713 sch->last_recv = time_uptime; in musycc_intr0_rx_eom()