Searched refs:sec_opt_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c471 uint_t sec_opt_len; local
531 sec_opt_len = tsol2cipso_tt1(&tsl->tsl_label, opt_storage,
534 if (sec_opt_len == 0) {
825 uint_t sec_opt_len; local
865 sec_opt_len = opt_storage[IPOPT_OLEN];
867 if (hlen >= sec_opt_len) {
869 if (sec_opt_len == 0 && hlen > 0 &&
874 if (sec_opt_len != 0 &&
875 bcmp(opt_storage, optr, sec_opt_len) == 0)
973 uint_t sec_opt_len; local
1380 uint_t sec_opt_len; /* label option length not including type, len */ local
[all...]
H A Dsadb.c7411 uint_t sec_opt_len; /* label option length not including type, len */ local
7427 sec_opt_len = opt_storage[1];
7430 hlen = (4 + sec_opt_len + 7) & ~7;

Completed in 76 milliseconds