Home
last modified time | relevance | path

Searched refs:native_long (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h920 #define native_long(x) (htonl((net_short(x) << 16) + \ macro
927 #define get_ipsrc(x) native_long((unsigned char *)(x) + 12)
928 #define get_ipdst(x) native_long((unsigned char *)(x) + 16)