HomeSort by: relevance | last modified time | path
    Searched refs:iplo_struct (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_lookup.h 43 size_t iplo_size; /* sizeof struct at iplo_struct */
44 void *iplo_struct; member in struct:iplookupop
ip_dstlist.c 483 err = COPYIN(op->iplo_struct, &dest, sizeof(dest));
527 err = COPYIN((char *)op->iplo_struct + sizeof(dest),
649 err = COPYIN(op->iplo_struct, &frd, sizeof(frd));
663 err = COPYIN(op->iplo_struct, temp, size);
781 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
815 err = COPYIN(op->iplo_struct, &user, sizeof(user));
ip_htable.c 262 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
293 err = COPYIN(op->iplo_struct, &htab, sizeof(htab));
535 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
827 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
ip_pool.c 397 err = COPYIN(op->iplo_struct, &node, sizeof(node));
490 err = COPYIN(op->iplo_struct, &node, sizeof(node));
619 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));

Completed in 33 milliseconds