Displaying 2 results from an estimated 2 matches for "parse_offset".
Did you mean:
page_offset
2003 Aug 16
0
offset mask usage in u32 filter
...Linux
- Advanced Networking Overview:
http://qos.ittc.ku.edu/howto/node48.html
I could find no explanation of this usage in LARTC,
and specifically, Section 12.4 on Hashing filters does
not use it. Searches of the mailing list did not
yield an answer. Review of tc code in f_u32.c showed
that in parse_offset() the arguments were assembled
into tc_u32_sel structure fields and passed into the
kernel. However, I could not figure out what the
intent was in cls_u32.c for these fields.
I would much appreciate an explanation or pointers to
information.
Walter
__________________________________
Do you Yah...
2004 May 26
1
error compilling TC
.../include-glibc -I/usr
/include/db3 -include
../include-glibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLV
E_HOSTNAMES -c -o f_u32.o f_u32.c
f_u32.c: En la función `pack_key32'':
f_u32.c:143: aviso: declaración implícita de la función `htonl''
f_u32.c: En la función `parse_offset'':
f_u32.c:679: aviso: declaración implícita de la función `htons''
f_u32.c: En la función `u32_print_opt'':
f_u32.c:947: aviso: declaración implícita de la función `ntohl''
f_u32.c:956: aviso: declaración implícita de la función `ntohs''
gcc -D_GNU_SOURCE -O...