search for: inet_mask_len

Displaying 5 results from an estimated 5 matches for "inet_mask_len".

2004 Sep 23
3
iproute2 tool compiling problems.
...../include/utils.h:6, from utils.c:30: /usr/src/linux/include/linux/inetdevice.h: In function `inet_make_mask'': /usr/src/linux/include/linux/inetdevice.h:173: warning: implicit declaration of function `htonl'' /usr/src/linux/include/linux/inetdevice.h: In function `inet_mask_len'': /usr/src/linux/include/linux/inetdevice.h:179: warning: implicit declaration of function `ntohl'' make[1]: *** [utils.o] Error 1 make[1]: Leaving directory `/home/nathan/iproute2/lib'' make: *** [all] Error 2 Do you know what that means? I tried to change the kernel_in...
2003 Feb 24
0
Iproute2 ''Makefile options'' in 2.5.59
...utils.c:30 /usr/src/linux-25.59/include/linux/inetdevice.h: In function ''inet_make_mask'' /usr/src/linux-25.59/include/linux/inetdevice.h:159: warning: implicit declaration of function ''htonl'' /usr/src/linux-2.5.59/include/linux/inetdevice.h: In function ''inet_mask_len'': /usr/src/linux-2.5.59/include/linux/inetdevice.h:165 warning: implicit declaration of function''ntohl'' make[1]: *** [utils.o] Error 1 make[1]: Leaving directory `/usr/src/iproute2/lib'' make: *** [all] Error 2 _______________________________________________...
2004 Jun 22
8
Don''t know how to compile tc
I am trying to build iproute2-2.4.7-20010824 from source on a 2.4.24 kernel. I have played a bit with ADDLIB and LDLIBS variables but I always get errors so I suppose it''s best if instead of playing I try to understand what does the following mean (from the README file): ADDLIB should contain inet_* functions, if your libc contains obsolete resolver library (<4.9.4) and you have no
2004 May 26
1
error compilling TC
...nclude/utils.h:6, de utils.c:30: /usr/src/linux/include/linux/inetdevice.h: En la función `inet_make_mask'': /usr/src/linux/include/linux/inetdevice.h:173: aviso: declaración implícita de l a función `htonl'' /usr/src/linux/include/linux/inetdevice.h: En la función `inet_mask_len'': /usr/src/linux/include/linux/inetdevice.h:179: aviso: declaración implícita de l a función `ntohl'' make[1]: *** [utils.o] Error 1 make[1]: Saliendo directorio `/usr/local/src/iproute2/lib'' make: *** [all] Error 2 ------------------------- ------> iproute2-2.4.7-no...
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...ad_mask(__be32 mask, __be32 addr) @@ -256 +256 @@ static inline void in_dev_put(struct in_device *idev) -static __inline__ __be32 inet_make_mask(int logmask) +static inline __be32 inet_make_mask(int logmask) @@ -263 +263 @@ static __inline__ __be32 inet_make_mask(int logmask) -static __inline__ int inet_mask_len(__be32 mask) +static inline int inet_mask_len(__be32 mask) diff --git a/include/linux/parport.h b/include/linux/parport.h index 397607a0c0eb..a28dc3e22074 100644 --- a/include/linux/parport.h +++ b/include/linux/parport.h @@ -388 +388 @@ extern void parport_release(struct pardevice *dev); -static _...