Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h289 #define AF_HYLINK 15 /* NSC Hyperchannel */ macro
330 #define PF_HYLINK AF_HYLINK
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h215 #define AF_HYLINK 15 /* NSC Hyperchannel */ macro
346 #define PF_HYLINK AF_HYLINK
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c501 case AF_HYLINK: p = "AF_HYLINK"; break; in show_sockaddr()