Searched refs:IPPROTO_DSTOPTS (Results 1 – 14 of 14) sorted by relevance
/external/tcpdump/ |
D | ipproto.h | 100 #ifndef IPPROTO_DSTOPTS 101 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
|
D | print-ip6.c | 159 case IPPROTO_DSTOPTS: in ip6_print()
|
D | print-icmp6.c | 1218 case IPPROTO_DSTOPTS: in get_upperlayer()
|
/external/iptables/extensions/ |
D | libip6t_ipv6header.c | 35 { "dst", IPPROTO_DSTOPTS }, 43 { "60", IPPROTO_DSTOPTS }, 55 { IPPROTO_DSTOPTS, MASK_DSTOPTS },
|
/external/strace/xlat/ |
D | inet_protocols.h | 74 #if defined(IPPROTO_DSTOPTS) || (defined(HAVE_DECL_IPPROTO_DSTOPTS) && HAVE_DECL_IPPROTO_DSTOPTS) 75 XLAT(IPPROTO_DSTOPTS),
|
D | inet_protocols.in | 22 IPPROTO_DSTOPTS
|
/external/kernel-headers/original/uapi/linux/ |
D | in6.h | 136 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
|
/external/libpcap/Win32/Include/ |
D | ip6_misc.h | 115 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
|
/external/iproute2/include/linux/ |
D | in6.h | 136 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
|
/external/iproute2/ip/ |
D | ipxfrm.c | 106 proto == IPPROTO_DSTOPTS); in xfrm_xfrmproto_is_ro() 116 { "route2", IPPROTO_ROUTING }, { "hao", IPPROTO_DSTOPTS },
|
D | xfrm_policy.c | 97 fprintf(stderr, "%s\n", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
|
D | xfrm_state.c | 76 fprintf(stderr, "%s\n", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
|
/external/iptables/iptables/ |
D | ip6tables.c | 374 proto == IPPROTO_DSTOPTS); in is_exthdr()
|
/external/libpcap/ |
D | gencode.c | 119 #ifndef IPPROTO_DSTOPTS 120 #define IPPROTO_DSTOPTS 60 macro 5673 s[i]->s.k = IPPROTO_DSTOPTS;
|