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

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dremove_hash.c35 op.iplo_struct = &iph;
H A Dremove_hashnode.c34 op.iplo_struct = &ipe;
H A Dremove_pool.c33 op.iplo_struct = &pool;
H A Dremove_poolnode.c35 op.iplo_struct = &pn;
H A Dload_dstlist.c37 op.iplo_struct = &dest;
H A Dload_dstlistnode.c38 op.iplo_struct = dst;
H A Dload_hashnode.c38 op.iplo_struct = &ipe;
H A Dload_pool.c35 op.iplo_struct = &pool;
H A Dload_poolnode.c37 op.iplo_struct = &pn;
H A Dload_hash.c44 op.iplo_struct = &iph;
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_lookup.h29 size_t iplo_size; /* sizeof struct at iplo_struct */
30 void *iplo_struct; member in struct:iplookupop
H A Dip_dstlist.c497 err = COPYIN(op->iplo_struct, &dest, sizeof(dest));
541 err = COPYIN((char *)op->iplo_struct + sizeof(dest),
668 err = COPYIN(op->iplo_struct, &frd, sizeof(frd));
682 err = COPYIN(op->iplo_struct, temp, size);
806 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
843 err = COPYIN(op->iplo_struct, &user, sizeof(user));
H A Dip_htable.c252 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
286 err = COPYIN(op->iplo_struct, &htab, sizeof(htab));
550 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
868 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
H A Dip_pool.c385 err = COPYIN(op->iplo_struct, &node, sizeof(node));
482 err = COPYIN(op->iplo_struct, &node, sizeof(node));
620 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
/freebsd-12-stable/contrib/ipfilter/
H A Dip_dstlist.c497 err = COPYIN(op->iplo_struct, &dest, sizeof(dest));
541 err = COPYIN((char *)op->iplo_struct + sizeof(dest),
668 err = COPYIN(op->iplo_struct, &frd, sizeof(frd));
682 err = COPYIN(op->iplo_struct, temp, size);
805 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
842 err = COPYIN(op->iplo_struct, &user, sizeof(user));
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dippool.c502 op.iplo_struct = &plstat;
517 op.iplo_struct = &htstat;
534 op.iplo_struct = &dlstat;
864 op.iplo_struct = &plstat;
900 op.iplo_struct = &htstat;
934 op.iplo_struct = &dlstat;

Completed in 108 milliseconds