Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78483
b: refs/heads/master
c: 2d4d298
h: refs/heads/master
i:
  78481: 29730c7
  78479: 16d6dec
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Jan 28, 2008
1 parent aa0ca8d commit 8d24fde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6360a02af1599e46b023ccbb85545ed97c6f662c
refs/heads/master: 2d4d29802ff76de5af6123ef26c24ab512181223
14 changes: 0 additions & 14 deletions trunk/include/linux/in.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,6 @@ static inline bool ipv4_is_zeronet(__be32 addr)
return (addr & htonl(0xff000000)) == htonl(0x00000000);
}

#define LOOPBACK(x) ipv4_is_loopback(x)
#define MULTICAST(x) ipv4_is_multicast(x)
#define BADCLASS(x) ipv4_is_badclass(x)
#define ZERONET(x) ipv4_is_zeronet(x)
#define LOCAL_MCAST(x) ipv4_is_local_multicast(x)

/* Special-Use IPv4 Addresses (RFC3330) */

static inline bool ipv4_is_private_10(__be32 addr)
Expand Down Expand Up @@ -316,12 +310,4 @@ static inline bool ipv4_is_test_198(__be32 addr)
}
#endif

#define PRIVATE_10(x) ipv4_is_private_10(x)
#define LINKLOCAL_169(x) ipv4_is_linklocal_169(x)
#define PRIVATE_172(x) ipv4_is_private_172(x)
#define TEST_192(x) ipv4_is_test_192(x)
#define ANYCAST_6TO4(x) ipv4_is_anycast_6to4(x)
#define PRIVATE_192(x) ipv4_is_private_192(x)
#define TEST_198(x) ipv4_is_test_198(x)

#endif /* _LINUX_IN_H */

0 comments on commit 8d24fde

Please sign in to comment.