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

/freebsd-13-stable/usr.bin/uudecode/
H A Duudecode.c415 int n, count, count4; local
432 count4 = -1;
442 count4 = p - inbuf;
446 strcpy(leftover, inbuf + count4 + 1);
447 inbuf[count4 + 1] = 0;
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c350 size_t count4; member in struct:radix_cfg
501 tinfo->count4 = cfg->count4;
757 cfg->count4++;
835 cfg->count4--;
1353 tinfo->count4 = cfg->items4;
2174 tinfo->count4 = cfg->used;
2757 tinfo->count4 = cfg->used;
3337 tinfo->count4 = cfg->items;
3901 tinfo->count4
[all...]
/freebsd-13-stable/sys/netinet/
H A Dip_fw.h963 uint32_t count4; /* number of items in runtime */ member in struct:_ipfw_ta_tinfo
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c318 u_char count4; /* cycles thru leap after Gj to issue Bj */ member in struct:instance
3439 instance->count4 = 1;
3449 if (instance->count4) { /* delay, waiting for Gj response */
3451 instance->count4 = 0;
3452 else if (instance->count4++ > 5) { /* delay, waiting for Gj response */
3454 instance->count4 = 0;
/freebsd-13-stable/sbin/ipfw/
H A Dtables.c830 d.count = tainfo->count4;

Completed in 115 milliseconds