Searched refs:iplo_size (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dload_dstlistnode.c39 op.iplo_size = sizeof(*dst);
41 op.iplo_size += node->ipfd_dest.fd_name;
H A Dremove_hash.c34 op.iplo_size = sizeof(iph);
H A Dremove_hashnode.c33 op.iplo_size = sizeof(ipe);
H A Dremove_pool.c32 op.iplo_size = sizeof(pool);
H A Dremove_poolnode.c36 op.iplo_size = sizeof(pn);
H A Dload_dstlist.c36 op.iplo_size = sizeof(dest);
H A Dload_hashnode.c37 op.iplo_size = sizeof(ipe);
H A Dload_pool.c34 op.iplo_size = sizeof(pool);
H A Dload_poolnode.c38 op.iplo_size = sizeof(pn);
H A Dload_hash.c43 op.iplo_size = sizeof(iph);
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_lookup.h29 size_t iplo_size; /* sizeof struct at iplo_struct */ member in struct:iplookupop
H A Dip_htable.c242 if (op->iplo_size != sizeof(stats)) {
282 if (op->iplo_size != sizeof(htab)) {
545 if (op->iplo_size != sizeof(hte)) {
863 if (op->iplo_size != sizeof(hte)) {
H A Dip_pool.c380 if (op->iplo_size != sizeof(node)) {
476 if (op->iplo_size != sizeof(node)) {
598 if (op->iplo_size != sizeof(ipf_pool_stat_t)) {
H A Dip_dstlist.c492 if (op->iplo_size < sizeof(frdest_t)) {
781 if (op->iplo_size != sizeof(ipf_dstl_stat_t)) {
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dippool.c503 op.iplo_size = sizeof(plstat);
518 op.iplo_size = sizeof(htstat);
535 op.iplo_size = sizeof(dlstat);
863 op.iplo_size = sizeof(plstat);
899 op.iplo_size = sizeof(htstat);
933 op.iplo_size = sizeof(dlstat);
/freebsd-12-stable/contrib/ipfilter/
H A Dip_dstlist.c492 if (op->iplo_size < sizeof(frdest_t)) {
780 if (op->iplo_size != sizeof(ipf_dstl_stat_t)) {

Completed in 82 milliseconds