Home
last modified time | relevance | path

Searched defs:NetL (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/cmd/ip/
H A Dmeasure.c49 #define NetL(x) (((x)[0]<<24) | ((x)[1]<<16) | ((x)[2]<<8) | (x)[3]) macro
/plan9-contrib/sys/src/cmd/ip/snoopy/
H A Ddat.h9 #define NetL(x) ((((uchar*)x)[0]<<24) | (((uchar*)x)[1]<<16) | (((uchar*)x)[2]<<8) | ((uchar*)x)[3]) macro
/plan9-contrib/sys/src/cmd/ip/ipconfig/
H A Dipv6.c19 #define NetL(x) (((uchar*)x)[0]<<24 | ((uchar*)x)[1]<<16 | \ macro