Home
last modified time | relevance | path

Searched refs:iplo_name (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_lookup.c351 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0';
404 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0';
453 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0';
516 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0';
H A Dip_pool.c152 strcpy(op.iplo_name, "0");
391 p = ipf_pool_find(arg, op->iplo_unit, op->iplo_name);
509 p = ipf_pool_find(arg, op->iplo_unit, op->iplo_name);
549 (ipf_pool_find(arg, op->iplo_unit, op->iplo_name) != NULL)) {
574 return ipf_pool_destroy(softc, arg, op->iplo_unit, op->iplo_name);
610 if (op->iplo_name[0] != '\0')
612 op->iplo_name);
955 h = ipf_pool_exists(softp, unit, op->iplo_name);
1006 (void)strncpy(op->iplo_name, name, sizeof(op->iplo_name));
1008 (void)strncpy(h->ipo_name, op->iplo_name, sizeof(h->ipo_name));
H A Dip_dstlist.c503 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
662 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
794 if (op->iplo_name[0] != '\0')
796 op->iplo_name);
837 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
859 strncpy(new->ipld_name, op->iplo_name, FR_GROUPLEN);
893 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
H A Dip_htable.c304 iph = ipf_htable_exists(softh, unit, op->iplo_name);
341 (void)strncpy(op->iplo_name, name, sizeof(op->iplo_name));
344 (void)strncpy(iph->iph_name, op->iplo_name,
393 return ipf_htable_destroy(softc, arg, op->iplo_unit, op->iplo_name);
556 iph = ipf_htable_find(arg, op->iplo_unit, op->iplo_name);
595 if (ipf_htable_find(arg, op->iplo_unit, op->iplo_name) != NULL) {
875 iph = ipf_htable_find(arg, op->iplo_unit, op->iplo_name);
H A Dip_lookup.h28 char iplo_name[FR_GROUPLEN]; member