Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34579
b: refs/heads/master
c: 842426e
h: refs/heads/master
i:
  34577: 5c7681e
  34575: 1f35f1b
v: v3
  • Loading branch information
Noriaki TAKAMIYA authored and David S. Miller committed Sep 22, 2006
1 parent 4f1d38e commit 9c98c72
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a80ff03e05e4343d647780c116b02ec86078fd24
refs/heads/master: 842426e719f86cd5709617208efae93ff1a1e2d8
1 change: 1 addition & 0 deletions trunk/include/linux/in6.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ struct in6_flowlabel_req
#define IPV6_TLV_PADN 1
#define IPV6_TLV_ROUTERALERT 5
#define IPV6_TLV_JUMBO 194
#define IPV6_TLV_HAO 201 /* home address option */

/*
* IPV6 socket options
Expand Down
10 changes: 10 additions & 0 deletions trunk/include/linux/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ struct rt2_hdr {
#define rt2_type rt_hdr.type
};

/*
* home address option in destination options header
*/

struct ipv6_destopt_hao {
__u8 type;
__u8 length;
struct in6_addr addr;
} __attribute__ ((__packed__));

struct ipv6_auth_hdr {
__u8 nexthdr;
__u8 hdrlen; /* This one is measured in 32 bit units! */
Expand Down

0 comments on commit 9c98c72

Please sign in to comment.