Home
last modified time | relevance | path

Searched refs:POET_GET_LENG (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h86 #define POET_GET_LENG(x) (((x)[2]<<8) | (x)[3]) macro
90 #define POET_NEXT(x) (POET_DATA(x) + POET_GET_LENG(x))
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c193 tptr+POET_HDRLEN+POET_GET_LENG(tptr) > tend) in poe_tagcheck()
264 tlen = POET_GET_LENG(tagp) + POET_HDRLEN; in poe_tag_copy()
H A Dpppoec.c466 tlen = POET_GET_LENG(tagp); in display_pppoe()
856 tlen = POET_GET_LENG(tagp); in send_padr()
1128 tlen = POET_GET_LENG(tagp); in act_open()
1174 tlen = POET_GET_LENG(tagp); in act_open()
1287 if (POET_GET_LENG(tagp) < sizeof (vals)) in get_sequence()
1340 tlen = POET_GET_LENG(tagp); in use_server()
H A Doptions.c1943 tlen = POET_GET_LENG(tagp); in locate_service()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c212 tlen = POET_GET_LENG(tagp); in handle_motm_hurl()
262 tlen = POET_GET_LENG(tagp); in handle_ip_route_add()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c154 tag_length = POET_GET_LENG(tagptr); in interpret_tags()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c2128 POET_GET_LENG(ucp) >= sizeof (uint32_t)) in sppptun_recv()
2130 i -= POET_GET_LENG(ucp) + POET_HDRLEN; in sppptun_recv()