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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipcp.c2174 #define net_short(x) (((x)[0] << 8) + (x)[1]) macro
2176 #define get_ipoff(x) net_short((unsigned char *)(x) + 6)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipcp.c2017 #define net_short(x) (((x)[0] << 8) + (x)[1]) macro
2019 #define get_ipoff(x) net_short((unsigned char *)(x) + 6)

Completed in 65 milliseconds