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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h912 #define net_short(x) (((x)[0] << 8) + (x)[1]) macro
913 #define native_long(x) (htonl((net_short(x) << 16) + \
914 net_short((unsigned char *)(x) + 2)))
917 #define get_iplen(x) net_short((unsigned char *)(x) + 2)
918 #define get_ipoff(x) net_short((unsigned char *)(x) + 6)
926 #define get_sport(x) net_short(x)
927 #define get_dport(x) net_short((unsigned char *)(x) + 2)

Completed in 46 milliseconds