Home
last modified time | relevance | path

Searched refs:IPPROTO_DSTOPTS (Results 1 – 13 of 13) sorted by relevance

/external/tcpdump/
Dipproto.h102 #ifndef IPPROTO_DSTOPTS
103 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
Dprint-ip6.c161 case IPPROTO_DSTOPTS: in ip6_print()
Dprint-icmp6.c631 case IPPROTO_DSTOPTS: in get_upperlayer()
/external/iptables/extensions/
Dlibip6t_ipv6header.c35 { "dst", IPPROTO_DSTOPTS },
43 { "60", IPPROTO_DSTOPTS },
55 { IPPROTO_DSTOPTS, MASK_DSTOPTS },
/external/strace/xlat/
Dinet_protocols.h67 #if defined(IPPROTO_DSTOPTS) || (defined(HAVE_DECL_IPPROTO_DSTOPTS) && HAVE_DECL_IPPROTO_DSTOPTS)
68 XLAT(IPPROTO_DSTOPTS),
Dinet_protocols.in22 IPPROTO_DSTOPTS
/external/kernel-headers/original/uapi/linux/
Din6.h136 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
/external/libpcap/Win32/Include/
Dip6_misc.h117 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
/external/iproute2/ip/
Dipxfrm.c109 proto == IPPROTO_DSTOPTS); in xfrm_xfrmproto_is_ro()
119 { "route2", IPPROTO_ROUTING }, { "hao", IPPROTO_DSTOPTS },
Dxfrm_policy.c101 fprintf(stderr, "%s\n", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
Dxfrm_state.c81 fprintf(stderr, "%s\n", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
/external/libpcap/
Dgencode.c119 #ifndef IPPROTO_DSTOPTS
120 #define IPPROTO_DSTOPTS 60 macro
5595 s[i]->s.k = IPPROTO_DSTOPTS;
/external/iptables/iptables/
Dip6tables.c374 proto == IPPROTO_DSTOPTS); in is_exthdr()