Home
last modified time | relevance | path

Searched refs:ARPHRD_TUNNEL (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/net/
H A Dif_arp.h47 #define ARPHRD_TUNNEL 31 /* IPsec Tunnel RFC 3456 */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_arp.c257 case ARPHRD_TUNNEL: in arp_htype()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1545 { ARPHRD_TUNNEL, DL_IPV4 },
1546 { ARPHRD_TUNNEL, DL_IPV6 },
1547 { ARPHRD_TUNNEL, DL_6TO4 },
/titanic_44/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c970 return (ARPHRD_TUNNEL); in dlpi_arptype()