Home
last modified time | relevance | path

Searched refs:TSOL_TT1_MIN_LENGTH (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1297 for (i = 0; i < taglen - TSOL_TT1_MIN_LENGTH; i++) in cipso2sl()
1298 q[i] = opt[TSOL_TT1_MIN_LENGTH + i]; in cipso2sl()
1311 if (taglen < TSOL_TT1_MIN_LENGTH || in interpret_cipso_tagtype1()
1320 for (i = 0; i < taglen - TSOL_TT1_MIN_LENGTH; i++) { in interpret_cipso_tagtype1()
1322 opt[TSOL_TT1_MIN_LENGTH + i]); in interpret_cipso_tagtype1()
1455 while (optlen >= TSOL_TT1_MIN_LENGTH) { in print_cipso()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h120 #define TSOL_TT1_MIN_LENGTH 4 macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c655 tt1->tag_length < TSOL_TT1_MIN_LENGTH || in cipso_to_sl()
663 tt1->tag_length - TSOL_TT1_MIN_LENGTH); in cipso_to_sl()
729 TSOL_CIPSO_TAG_OFFSET + TSOL_TT1_MIN_LENGTH) || in tsol_get_pkt_label()