Home
last modified time | relevance | path

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

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