Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/net/
H A Dpppoe.h89 #define POET_SET_LENG(x, l) (void)((x)[2] = (l)>>8, (x)[3] = (l)&0xFF) macro
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c213 POET_SET_LENG(dp, dlen); in poe_tag_insert()