Displaying 9 results from an estimated 9 matches for "s6_addr32".
Did you mean:
u6_addr32
2007 Jan 06
1
trunk build 708:access.c
...a little trouble building the 708 truck... access.c bombs out:
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O -Wall
-Wsign-compare -MT access.o -MD -MP -MF .deps/access.Tpo -c -o access.o
access.c
access.c: In function `mask_cmp':
access.c:59: error: structure has no member named `s6_addr32'
access.c:61: error: structure has no member named `s6_addr32'
access.c:65: error: structure has no member named `s6_addr32'
access.c:65: error: structure has no member named `s6_addr32'
*** Error code 1
seems weird, looks like one of the IP6 updates wasn't defined somewhere?
b...
2007 Jan 08
2
Re: [nut-commits] svn commit r714 - in trunk: . server
OK, I have removed the autoconf test for s6_addr32 (which is no longer
used), and wrote a new test for IN6_IS_ADDR_V4MAPPED. The latter is
probably portable, but since we're already in the business of testing,
it does not hurt to do so.
Arjen, I wonder about server/access.c, line 60-61:
return (IN6_IS_ADDR_V4MAPPED(ip6) &&...
2004 Feb 26
1
ESFQ Modification
...-> nfmark;
h2 = hs^iph->protocol;
if (!(iph->frag_off&htons(IP_MF|IP_OFFSET)) &&
(iph->protocol == IPPROTO_TCP ||
@@ -137,6 +139,7 @@
struct ipv6hdr *iph = skb->nh.ipv6h;
h = iph->daddr.s6_addr32[3];
hs = iph->saddr.s6_addr32[3];
+ nfm = skb->nfmark;
h2 = hs^iph->nexthdr;
if (iph->nexthdr == IPPROTO_TCP ||
iph->nexthdr == IPPROTO_UDP ||
@@ -148,6 +151,7 @@
h = (u32)(unsigned long...
2007 Jan 06
3
Re: [nut-commits] svn commit r708 - in trunk: . clients server
...6_addr)==0);
> + }
> + else if (AF_INET == net_addr->ss_family) { /* IPv4 mapped IPv6 */
> + struct in6_addr *ip6 = &((struct sockaddr_in6 *)ip_addr)->sin6_addr;
> + struct in_addr *net = &((struct sockaddr_in *)net_addr)->sin_addr;
> +
> + if ((ip6->s6_addr32[3] & (u_int32_t)prefix) == net->s_addr &&
> +#if BYTE_ORDER == LITTLE_ENDIAN
> + (ip6->s6_addr32[2] == (u_int32_t)0xffff0000) &&
> +#else
> + (ip6->s6_addr32[2] == (u_int32_t)0x0000ffff) &&
> +#endif
> + (ip6->s6_addr32[1] == 0)...
2005 Oct 15
5
esfq ? or wrr ?
Hi
If I have a HTB class with 128kbit, and I want to
put "N" users in that class ( in order to share
bandwidth fairly ) ,
which is better for me ? esfq (hash dst) or wrr ?
I would attach esfq or wrr to HTB parent class.
Also I''ve readed on Jim script that over WRR put
a RED qdisc, but I don''t understand it.
bests
andres
2007 Jan 08
1
Re: [nut-commits] svn commit r716 - in trunk: . drivers
...Jan 8 00:52:51 UTC 2007 / Arnaud Quette <aquette.dev@gmail.com>
> +
> + - libhid.c: HIDDumpTree() also prints the data ReportID, Offset and Size.
> +
> Mon Jan 8 00:52:51 UTC 2007 / Peter Selinger <selinger@users.sourceforge.net>
>
> - autoconf: removed test for s6_addr32, added test for IN6_IS_ADDR_V4MAPPED.
>
> Modified: trunk/drivers/libhid.c
> ==============================================================================
> --- trunk/drivers/libhid.c (original)
> +++ trunk/drivers/libhid.c Mon Jan 8 10:52:18 2007
> @@ -561,8 +561,9 @@
>
&...
2005 Jan 04
11
ESFQ?
Hi again,
I was just looking around for ESFQ sources, and I see that the main site
is down, and only has kernel 2.6.4 patches.
Is ESFQ maintained? If so, where can I find patches for 2.6.10?
Thanks,
-justin
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2013 Feb 13
14
[Bridge] [PATCH v10 net-next 00/12] VLAN filtering/VLAN aware bridge
Changes since v9:
* series re-ordering so make functionality more distinct. Basic vlan
filtering is patches 1-4. Support for PVID/untagged vlans is patches
5 and 6. VLAN support for FDB/MDB is patches 7-11. Patch 12 is
still additional egress policy.
* Slight simplification to code that extracts the VID from skb. Since we
now depend on the vlan module, at the time of input skb_tci is
2013 Jan 09
16
[Bridge] [PATCH net-next V5 00/14] Add basic VLAN support to bridges
This series of patches provides an ability to add VLANs to the bridge
ports. This is similar to what can be found in most switches. The bridge
port may have any number of VLANs added to it including vlan 0 priority tagged
traffic. When vlans are added to the port, only traffic tagged with particular
vlan will forwarded over this port. Additionally, vlan ids are added to FDB
entries and become