Searched defs:is_natt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1648 boolean_t is_natt; local
1656 is_natt = ((assoc->ipsa_flags & IPSA_F_NATT) != 0);
1718 if (is_natt) {
1757 if (is_natt)
2406 boolean_t is_natt = ((assoc->ipsa_flags & IPSA_F_NATT) != 0); local
2407 size_t esph_offset = (is_natt ? UDPH_SIZE : 0);
2417 is_natt ? "natt" : "not natt"));
2580 if (is_natt)
2621 boolean_t is_natt = B_FALSE; local
2737 is_natt
[all...]

Completed in 68 milliseconds