diff options
author | Guy Harris <guy@alum.mit.edu> | 2012-11-30 00:43:04 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2012-11-30 00:43:04 -0800 |
commit | f97a6790643ec4dbadf9beaa17f57158ccbbc04c (patch) | |
tree | 3bdce892485be51ee31de04b9cbc7fece3687f0c /bpf_image.c | |
parent | 21a176e66ab91eb09465eaa9bbfe17876a95aeaa (diff) |
No IPv6 support, no struct in6_addr, and no calls to routines that use it.
If we don't have IPv6 support in the OS libraries, we can't convert
XXX:XXX:XXX:XXX:XXX:XXX:XXX:XXX to a struct in6_addr, so we never end up
calling gen_hostop6() or get_host6(), so don't define them - which means
we don't have to worry about defining struct in6_addr on those OS
versions.
We *do*, however, need to worry about defining IPPROTO_HOPOPTS,
IPPROTO_ROUTING, IPPROTO_FRAGMENT, and IPPROTO_DSTOPTS, so define them
appropriately if they're not defined.
Diffstat (limited to 'bpf_image.c')
0 files changed, 0 insertions, 0 deletions