Home
last modified time | relevance | path

Searched refs:count4 (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/bintrans/
H A Duudecode.c433 int n, count, count4; in base64_decode() local
450 count4 = -1; in base64_decode()
460 count4 = p - inbuf; in base64_decode()
464 strcpy(leftover, inbuf + count4 + 1); in base64_decode()
465 inbuf[count4 + 1] = 0; in base64_decode()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c353 size_t count4; member
513 tinfo->count4 = cfg->count4; in ta_dump_addr_radix_tinfo()
769 cfg->count4++; in ta_add_addr_radix()
847 cfg->count4--; in ta_del_addr_radix()
1365 tinfo->count4 = cfg->items4; in ta_dump_chash_tinfo()
2186 tinfo->count4 = cfg->used; in ta_dump_ifidx_tinfo()
2766 tinfo->count4 = cfg->used; in ta_dump_numarray_tinfo()
3342 tinfo->count4 = cfg->items; in ta_dump_fhash_tinfo()
3904 tinfo->count4 = 0; in ta_dump_kfib_tinfo()
4281 tinfo->count4 = cfg->count; in ta_dump_mac_radix_tinfo()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c318 u_char count4; /* cycles thru leap after Gj to issue Bj */ member
3441 instance->count4 = 1; in oncore_check_leap_sec()
3451 if (instance->count4) { /* delay, waiting for Gj response */ in oncore_check_leap_sec()
3453 instance->count4 = 0; in oncore_check_leap_sec()
3454 else if (instance->count4++ > 5) { /* delay, waiting for Gj response */ in oncore_check_leap_sec()
3456 instance->count4 = 0; in oncore_check_leap_sec()
/freebsd/sys/netinet/
H A Dip_fw.h1060 uint32_t count4; /* number of items in runtime */ member
/freebsd/sbin/ipfw/
H A Dtables.c831 d.count = tainfo->count4; in table_show_info()