Searched refs:iplo_struct (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_dstlist.c | 497 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 D | ip_lookup.h | 30 void *iplo_struct; member
|
| H A D | ip_htable.c | 252 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 D | ip_pool.c | 385 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));
|