Searched refs:itemsz (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_log.c | 529 ipf_log_items(softc, unit, fin, items, itemsz, types, cnt) in ipf_log_items() argument 534 size_t *itemsz; 548 len += itemsz[i]; 588 bcopy(items[i], ptr, itemsz[i]); 590 COPYDATA(items[i], 0, itemsz[i], ptr); 592 ptr += itemsz[i];
|