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

  /src/sys/dist/pf/net/
pf_osfp.c 82 struct pf_os_fingerprint *pf_osfp_find(struct pf_osfp_list *,
263 if ((fpresult = pf_osfp_find(&pf_osfp_list, &fp,
433 pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, function in typeref:struct:pf_os_fingerprint *
592 if (f != (f2 = pf_osfp_find(&pf_osfp_list, &find, 0))) {
pf_osfp.c 82 struct pf_os_fingerprint *pf_osfp_find(struct pf_osfp_list *,
263 if ((fpresult = pf_osfp_find(&pf_osfp_list, &fp,
433 pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, function in typeref:struct:pf_os_fingerprint *
592 if (f != (f2 = pf_osfp_find(&pf_osfp_list, &find, 0))) {

Completed in 50 milliseconds