HomeSort by relevance Sort by last modified time
    Searched refs:holdtime (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-pim.c 814 * | Reserved | Num groups | Holdtime |
843 u_int16_t holdtime; local
862 holdtime = EXTRACT_16BITS(&bp[2]);
865 (void)printf(", holdtime: ");
866 if (holdtime == 0xffff)
869 relts_print(holdtime);
972 (void)printf(",holdtime=");
1017 /* Prefix-Cnt, Priority, and Holdtime */
1024 (void)printf(" holdtime=");
print-eigrp.c 117 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),
print-isoclns.c 1023 u_int8_t holdtime[2]; member in struct:esis_header_t
    [all...]

Completed in 101 milliseconds