Searched refs:fp_oses (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_osfp.c293 return (&fpresult->fp_oses);
387 while ((entry = SLIST_FIRST(&fp->fp_oses))) {
388 SLIST_REMOVE_HEAD(&fp->fp_oses, fp_entry);
444 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
472 SLIST_INIT(&fp->fp_oses);
495 SLIST_INSERT_HEAD(&fp->fp_oses, entry, fp_entry);
633 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
683 SLIST_FIRST(&f2->fp_oses)->fp_class_nm,
684 SLIST_FIRST(&f2->fp_oses)->fp_version_nm,
685 SLIST_FIRST(&f2->fp_oses)
[all...]
H A Dpfvar.h529 SLIST_HEAD(pf_osfp_enlist, pf_osfp_entry) fp_oses; /* list of matches */ member in struct:pf_os_fingerprint

Completed in 113 milliseconds