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

/freebsd-11-stable/sys/net/
H A Dslcompress.h133 u_char last_recv; /* last rcvd conn. id */ member in struct:slcompress
H A Dslcompress.c83 comp->last_recv = 255;
471 cs = &comp->rstate[comp->last_recv = ip->ip_p];
508 comp->last_recv = *cp++;
518 cs = &comp->rstate[comp->last_recv];
/freebsd-11-stable/usr.sbin/ppp/
H A Dslcompress.h132 u_char last_recv; /* last rcvd conn. id */ member in struct:slcompress
H A Dslcompress.c97 comp->last_recv = 255;
446 cs = &comp->rstate[comp->last_recv = ip->ip_p];
484 if (*cp > max_state || comp->last_recv == 255)
488 comp->last_recv = *cp++;
500 cs = &comp->rstate[comp->last_recv];
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c217 time_t last_recv; member in struct:schan
410 if (sch->last_recv)
412 (unsigned long)(time_second - sch->last_recv));
1136 sch->last_recv = time_second;

Completed in 115 milliseconds