Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dipcp.c2385 #define net_short(x) (((x)[0] << 8) + (x)[1]) macro
2387 #define get_ipoff(x) net_short((unsigned char *)(x) + 6)