Searched refs:iph_name (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_htable.c | 335 if (strncmp(oiph->iph_name, name, 336 sizeof(oiph->iph_name)) == 0) 340 (void)strncpy(iph->iph_name, name, sizeof(iph->iph_name)); 344 (void)strncpy(iph->iph_name, op->iplo_name, 345 sizeof(iph->iph_name)); 346 iph->iph_name[sizeof(iph->iph_name) - 1] = '\0'; 738 if (strncmp(iph->iph_name, name, 739 sizeof(iph->iph_name)) == 0) 748 if (strncmp(iph->iph_name, name, 749 sizeof(iph->iph_name)) == 0)
|
| H A D | ip_htable.h | 55 char iph_name[FR_GROUPLEN]; /* hash table number */ member
|