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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Din.h185 #define ZERONET(x) (((x) & htonl(0xff000000)) == htonl(0x00000000)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Din.h185 #define ZERONET(x) (((x) & htonl(0xff000000)) == htonl(0x00000000)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_frontend.c177 if (ZERONET(addr) || BADCLASS(addr))
485 if (!ZERONET(prefix) && !(ifa->ifa_flags&IFA_F_SECONDARY) &&
H A Droute.c787 || MULTICAST(new_gw) || BADCLASS(new_gw) || ZERONET(new_gw))
1253 if (ZERONET(saddr)) {
1372 if (ZERONET(saddr))
1375 if (BADCLASS(daddr) || ZERONET(daddr) || LOOPBACK(daddr))
1529 if (ZERONET(saddr))
1737 ZERONET(oldkey->src))
1880 else if (BADCLASS(key.dst) || ZERONET(key.dst))
H A Ddevinet.c440 if (ZERONET(addr))

Completed in 116 milliseconds