Searched refs:count4 (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sbin/ipfw/
H A Dtables.c831 d.count = tainfo->count4;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c351 size_t count4; member in struct:radix_cfg
502 tinfo->count4 = cfg->count4;
759 cfg->count4++;
837 cfg->count4--;
1360 tinfo->count4 = cfg->items4;
2184 tinfo->count4 = cfg->used;
2770 tinfo->count4 = cfg->used;
3351 tinfo->count4 = cfg->items;
3922 tinfo->count4
[all...]
/freebsd-11-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-11-stable/sys/netinet/
H A Dip_fw.h962 uint32_t count4; /* number of items in runtime */ member in struct:_ipfw_ta_tinfo
/freebsd-11-stable/usr.bin/uudecode/
H A Duudecode.c413 int n, count, count4; local
430 count4 = -1;
440 count4 = p - inbuf;
444 strcpy(leftover, inbuf + count4 + 1);
445 inbuf[count4 + 1] = 0;

Completed in 104 milliseconds