Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c147 uint16_t tag_length; in interpret_tags() local
154 tag_length = POET_GET_LENG(tagptr); in interpret_tags()
159 tag_length + POET_HDRLEN); in interpret_tags()
165 "Tag Length = %d bytes", tag_length); in interpret_tags()
168 if (tag_length > length) { in interpret_tags()
184 length -= tag_length; in interpret_tags()
267 print_hexdata(endofline, tag_value, tag_length); in interpret_hexdata()
294 print_hexdata(endofline, tag_value, tag_length); in interpret_cookie()
308 if (tag_length > 4) { in interpret_vendor()
321 print_hexdata(endofline, tag_value, tag_length); in interpret_relay()
[all …]
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h112 uchar_t tag_length; /* Length of Tag */ member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c655 tt1->tag_length < TSOL_TT1_MIN_LENGTH || in cipso_to_sl()
656 tt1->tag_length > TSOL_TT1_MAX_LENGTH || in cipso_to_sl()
657 tt1->tag_length + TSOL_CIPSO_TAG_OFFSET > co->cipso_length) in cipso_to_sl()
663 tt1->tag_length - TSOL_TT1_MIN_LENGTH); in cipso_to_sl()
H A Dtn_ipopt.c108 tt1->tag_length = 4 + i; in tsol2cipso_tt1()