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

/external/ppp/pppd/
H A Dipcp.c2166 #define net_short(x) (((x)[0] << 8) + (x)[1]) macro
2168 #define get_ipoff(x) net_short((unsigned char *)(x) + 6)

Completed in 79 milliseconds