Home
last modified time | relevance | path

Searched refs:LENCIVJ (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dipv6cp.c534 #define LENCIVJ(neg) (neg ? CILEN_COMPRESS : 0)
540 LENCIVJ(go->neg_vj) +
Dipcp.c756 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) in ipcp_cilen() macro
787 LENCIVJ(go->neg_vj, go->old_vj) + in ipcp_cilen()