Searched refs:holdtime (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsubr_lock.c596 uint64_t curtime, holdtime; local
629 holdtime = curtime - l->lpo_acqtime;
635 if (holdtime > lp->cnt_max)
636 lp->cnt_max = holdtime;
639 lp->cnt_tot += holdtime;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pim.c847 u_int16_t holdtime; local
866 holdtime = EXTRACT_16BITS(&bp[2]);
869 (void)printf(", holdtime: ");
870 if (holdtime == 0xffff)
873 relts_print(holdtime);
976 (void)printf(",holdtime=");
1028 (void)printf(" holdtime=");
H A Dprint-eigrp.c117 u_int8_t holdtime[2]; member in struct:eigrp_tlv_general_parm_t
305 printf("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
306 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_general_parm->holdtime),
H A Dprint-isoclns.c1025 u_int8_t holdtime[2]; member in struct:esis_header_t
1098 printf(", holding time: %us, length indicator: %u",EXTRACT_16BITS(esis_header->holdtime),li);

Completed in 109 milliseconds