Searched refs:iplo_name (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_lookup.c | 351 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 D | ip_pool.c | 152 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 D | ip_dstlist.c | 503 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 D | ip_htable.c | 304 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 D | ip_lookup.h | 28 char iplo_name[FR_GROUPLEN]; member
|