Searched defs:GETLONG (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h220 #define GETLONG(l, cp) { \ macro
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h263 #define GETLONG NS_GET32 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h720 #define GETLONG(l, cp) { \ macro
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c97 #define GETLONG(x) (((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3]) macro
2130 sessid = GETLONG(ucp + POET_HDRLEN);

Completed in 70 milliseconds