Home
last modified time | relevance | path

Searched refs:ipfu_name (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c5450 if (res.ipfu_addr == NULL && res.ipfu_name[0] != '\0') {
5452 if (strncmp(res.ipfu_name, ft->ipfu_name,
5453 sizeof(res.ipfu_name)) == 0) {
5463 if (res.ipfu_addr != NULL && res.ipfu_name[0] == '\0') {
5466 (void) strncpy(res.ipfu_name, ft->ipfu_name,
5467 sizeof(res.ipfu_name));
H A Dip_fil.h442 char ipfu_name[32]; member