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

  /src/external/bsd/ipf/dist/lib/
kvatoname.c 25 res.ipfu_name[0] = '\0';
36 strncpy(funcname, res.ipfu_name, sizeof(funcname));
nametokva.c 23 strncpy(res.ipfu_name, name, sizeof(res.ipfu_name));
  /src/sys/external/bsd/ipf/netinet/
fil.c 5328 if (res.ipfu_addr == NULL && res.ipfu_name[0] != '\0') {
5330 if (strncmp(res.ipfu_name, ft->ipfu_name,
5331 sizeof(res.ipfu_name)) == 0) {
5341 if (res.ipfu_addr != NULL && res.ipfu_name[0] == '\0') {
5344 (void) strncpy(res.ipfu_name, ft->ipfu_name,
5345 sizeof(res.ipfu_name));
ip_fil.h 504 char ipfu_name[32]; member in struct:ipfunc_resolve

Completed in 77 milliseconds