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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_osfp.c236 return (&fpresult->fp_oses);
301 while ((entry = SLIST_FIRST(&fp->fp_oses))) {
302 SLIST_REMOVE_HEAD(&fp->fp_oses, fp_entry);
359 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
377 SLIST_INIT(&fp->fp_oses);
391 SLIST_INSERT_HEAD(&fp->fp_oses, entry, fp_entry);
525 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
568 SLIST_FIRST(&f2->fp_oses)->fp_class_nm,
569 SLIST_FIRST(&f2->fp_oses)->fp_version_nm,
570 SLIST_FIRST(&f2->fp_oses)
[all...]
H A Dpfvar.h601 SLIST_HEAD(pf_osfp_enlist, pf_osfp_entry) fp_oses; /* list of matches */ member in struct:pf_os_fingerprint

Completed in 29 milliseconds