aboutsummaryrefslogtreecommitdiff
path: root/bpf_image.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-11-30 00:43:04 -0800
committerGuy Harris <guy@alum.mit.edu>2012-11-30 00:43:04 -0800
commitf97a6790643ec4dbadf9beaa17f57158ccbbc04c (patch)
tree3bdce892485be51ee31de04b9cbc7fece3687f0c /bpf_image.c
parent21a176e66ab91eb09465eaa9bbfe17876a95aeaa (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