Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dipcp.c1375 #define net_short(x) (((x)[0] << 8) + (x)[1]) macro
1377 #define get_ipoff(x) net_short((unsigned char *)(x) + 6)