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

/darwin-on-arm/xnu/bsd/netat/
H A Datp_alloc.c160 if (rcbp->rc_timestamp) {
161 rcbp->rc_timestamp = 0;
H A Datp_read.c409 if (rcbp->rc_timestamp) {
410 rcbp->rc_timestamp = timenow.tv_sec;
411 if (rcbp->rc_timestamp == 0)
412 rcbp->rc_timestamp = 1;
H A Datp_misc.c273 if ((timenow.tv_sec - rcbp->rc_timestamp) > 30) {
H A Datp_write.c570 if (rcbp->rc_timestamp == 0) {
571 rcbp->rc_timestamp = timenow.tv_sec;
572 if (rcbp->rc_timestamp == 0)
573 rcbp->rc_timestamp = 1;
810 if (rcbp->rc_timestamp == 0) {
811 if ((rcbp->rc_timestamp = timenow.tv_sec) == 0)
812 rcbp->rc_timestamp = 1;
H A Datp.h363 int rc_timestamp; /* reply timer */ member in struct:atp_rcb

Completed in 192 milliseconds