Home
last modified time | relevance | path

Searched defs:DOWN_SUM (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c685 #define DOWN_SUM(x) (x) = ((x) & 0xFFFF) + ((x) >> 16) in esp_fix_natt_checksums() macro
H A Dsadb.c2807 #define DOWN_SUM(x) (x) = ((x) & 0xFFFF) + ((x) >> 16) in sadb_nat_calculations() macro