Home
last modified time | relevance | path

Searched refs:AF_TRILL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h305 #define AF_TRILL 31 /* TRILL interface */ macro
346 #define PF_TRILL AF_TRILL
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c1453 sdl->sdl_family = AF_TRILL; in trill_ctrl_input()
1673 if (family != AF_TRILL || type != SOCK_DGRAM || proto != 0) { in trill_create()