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

  /src/sys/external/bsd/ipf/netinet/
fil.c 5327 if (res.ipfu_addr == NULL && res.ipfu_name[0] != '\0') {
5329 if (strncmp(res.ipfu_name, ft->ipfu_name,
5330 sizeof(res.ipfu_name)) == 0) {
5340 if (res.ipfu_addr != NULL && res.ipfu_name[0] == '\0') {
5343 (void) strncpy(res.ipfu_name, ft->ipfu_name,
5344 sizeof(res.ipfu_name));
ip_fil.h 504 char ipfu_name[32]; member in struct:ipfunc_resolve

Completed in 25 milliseconds