Searched refs:net_short (Results 1 – 1 of 1) sorted by relevance
2166 #define net_short(x) (((x)[0] << 8) + (x)[1]) macro2168 #define get_ipoff(x) net_short((unsigned char *)(x) + 6)