Searched refs:net_short (Results 1 – 1 of 1) sorted by relevance
919 #define net_short(x) (((x)[0] << 8) + (x)[1]) macro920 #define native_long(x) (htonl((net_short(x) << 16) + \921 net_short((unsigned char *)(x) + 2)))924 #define get_iplen(x) net_short((unsigned char *)(x) + 2)925 #define get_ipoff(x) net_short((unsigned char *)(x) + 6)933 #define get_sport(x) net_short(x)934 #define get_dport(x) net_short((unsigned char *)(x) + 2)