Home
last modified time | relevance | path

Searched refs:AF_ISO (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocket.h223 #define AF_ISO 7 /* ISO protocols */ macro
224 #define AF_OSI AF_ISO
354 #define PF_ISO AF_ISO
355 #define PF_OSI AF_ISO
/f-stack/freebsd/sys/
H A Dsocket.h229 #define AF_ISO 7 /* ISO protocols */ macro
230 #define AF_OSI AF_ISO
360 #define PF_ISO AF_ISO
361 #define PF_OSI AF_ISO
/f-stack/tools/netstat/
H A Droute.c176 case AF_ISO: in pr_family()