Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ipfilter/tools/
Dippool.c474 op.iplo_struct = &plstat;
489 op.iplo_struct = &htstat;
506 op.iplo_struct = &dlstat;
820 op.iplo_struct = &plstat;
856 op.iplo_struct = &htstat;
890 op.iplo_struct = &dlstat;
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_dstlist.c505 err = COPYIN(op->iplo_struct, &dest, sizeof(dest));
549 err = COPYIN((char *)op->iplo_struct + sizeof(dest),
676 err = COPYIN(op->iplo_struct, &frd, sizeof(frd));
690 err = COPYIN(op->iplo_struct, temp, size);
814 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
851 err = COPYIN(op->iplo_struct, &user, sizeof(user));
Dip_lookup.h42 void *iplo_struct; member
Dip_htable.c256 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
290 err = COPYIN(op->iplo_struct, &htab, sizeof(htab));
554 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
872 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
Dip_pool.c391 err = COPYIN(op->iplo_struct, &node, sizeof(node));
488 err = COPYIN(op->iplo_struct, &node, sizeof(node));
626 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
/freebsd-10-stable/contrib/ipfilter/
Dip_dstlist.c505 err = COPYIN(op->iplo_struct, &dest, sizeof(dest));
549 err = COPYIN((char *)op->iplo_struct + sizeof(dest),
676 err = COPYIN(op->iplo_struct, &frd, sizeof(frd));
690 err = COPYIN(op->iplo_struct, temp, size);
813 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
850 err = COPYIN(op->iplo_struct, &user, sizeof(user));
/freebsd-10-stable/contrib/ipfilter/lib/
Dremove_pool.c33 op.iplo_struct = &pool;
Dremove_hash.c35 op.iplo_struct = &iph;
Dremove_hashnode.c34 op.iplo_struct = &ipe;
Dremove_poolnode.c35 op.iplo_struct = &pn;
Dload_hashnode.c38 op.iplo_struct = &ipe;
Dload_dstlistnode.c38 op.iplo_struct = dst;
Dload_poolnode.c37 op.iplo_struct = &pn;
Dload_dstlist.c37 op.iplo_struct = &dest;
Dload_pool.c35 op.iplo_struct = &pool;
Dload_hash.c44 op.iplo_struct = &iph;