Searched refs:IPPROTO_DSTOPTS (Results 1 – 12 of 12) sorted by relevance
/external/tcpdump/ |
D | ipproto.h | 102 #ifndef IPPROTO_DSTOPTS 103 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
|
D | print-ip6.c | 129 case IPPROTO_DSTOPTS: in ip6_print()
|
D | print-icmp6.c | 558 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/kernel-headers/original/linux/ |
D | in6.h | 139 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
|
/external/iproute2/ip/ |
D | ipxfrm.c | 109 proto == IPPROTO_DSTOPTS); in xfrm_xfrmproto_is_ro() 119 { "route2", IPPROTO_ROUTING }, { "hao", IPPROTO_DSTOPTS },
|
D | xfrm_policy.c | 95 fprintf(stderr, "%s ", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
|
D | xfrm_state.c | 80 fprintf(stderr, "%s ", strxf_xfrmproto(IPPROTO_DSTOPTS)); in usage()
|
/external/strace/ |
D | net.c | 510 #ifdef IPPROTO_DSTOPTS 511 { IPPROTO_DSTOPTS, "IPPROTO_DSTOPTS" },
|
/external/iptables/iptables/ |
D | ip6tables.c | 387 proto == IPPROTO_DSTOPTS); in is_exthdr()
|
/external/ping6/ |
D | ping6.c | 2490 case IPPROTO_DSTOPTS: in pr_retip()
|
/external/libpcap/ |
D | gencode.c | 4556 s[i]->s.k = IPPROTO_DSTOPTS;
|