| version 1.59, 2002/09/23 05:51:14 |
version 1.60, 2003/01/20 05:30:11 |
| Line 1130 ip6_savecontrol(in6p, mp, ip6, m) |
|
| Line 1130 ip6_savecontrol(in6p, mp, ip6, m) |
|
| /* IPV6_DSTOPTS and IPV6_RTHDR socket options */ |
/* IPV6_DSTOPTS and IPV6_RTHDR socket options */ |
| if (in6p->in6p_flags & (IN6P_DSTOPTS | IN6P_RTHDR)) { |
if (in6p->in6p_flags & (IN6P_DSTOPTS | IN6P_RTHDR)) { |
| struct ip6_hdr *ip6 = mtod(m, struct ip6_hdr *); |
struct ip6_hdr *ip6 = mtod(m, struct ip6_hdr *); |
| int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr);; |
int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr); |
| |
|
| /* |
/* |
| * Search for destination options headers or routing |
* Search for destination options headers or routing |