Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/libipf/
HDkvatoname.c23 res.ipfu_name[0] = '\0'; in kvatoname()
34 strncpy(funcname, res.ipfu_name, sizeof(funcname)); in kvatoname()
HDnametokva.c21 strncpy(res.ipfu_name, name, sizeof(res.ipfu_name)); in nametokva()
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDfil.c5318 if (res.ipfu_addr == NULL && res.ipfu_name[0] != '\0') { in ipf_resolvefunc()
5320 if (strncmp(res.ipfu_name, ft->ipfu_name, in ipf_resolvefunc()
5321 sizeof(res.ipfu_name)) == 0) { in ipf_resolvefunc()
5331 if (res.ipfu_addr != NULL && res.ipfu_name[0] == '\0') { in ipf_resolvefunc()
5334 (void) strncpy(res.ipfu_name, ft->ipfu_name, in ipf_resolvefunc()
5335 sizeof(res.ipfu_name)); in ipf_resolvefunc()
HDip_fil.h445 char ipfu_name[32]; member