Home
last modified time | relevance | path

Searched refs:IPPROTO_ROUTING (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dipproto.h74 #ifndef IPPROTO_ROUTING
75 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
H A Dprint-ip6.c94 case IPPROTO_ROUTING: in ip6_finddst()
198 case IPPROTO_ROUTING: in nextproto6_cksum()
391 case IPPROTO_ROUTING: in ip6_print()
H A Dipproto.c36 { IPPROTO_ROUTING, "Routing" },
H A Dprint-icmp6.c1369 case IPPROTO_ROUTING: in get_upperlayer()
/dragonfly/sys/netinet6/
H A Dip6_input.c727 if (nxt == IPPROTO_ROUTING) { in ip6_input()
1198 if ((proto = nxt) == IPPROTO_ROUTING) in ip6_savecontrol()
1229 case IPPROTO_ROUTING: in ip6_savecontrol()
1283 case IPPROTO_ROUTING: in ip6_savecontrol()
1377 case IPPROTO_ROUTING: in ip6_pullexthdr()
1508 case IPPROTO_ROUTING: in ip6_nexthdr()
H A Din6_proto.c213 .pr_protocol = IPPROTO_ROUTING, PR_ATOMIC|PR_ADDR,
H A Dip6_output.c282 MAKE_CHAIN(exthdrs.ip6e_rthdr, mprev, nexthdrp, IPPROTO_ROUTING); in ip6_output()
H A Dicmp6.c911 case IPPROTO_ROUTING: in icmp6_notify_error()
/dragonfly/usr.bin/systat/
H A Dip6.c219 DO(ip6s_nxthist[IPPROTO_ROUTING], 17, 35); in showip6()
/dragonfly/sys/netinet/
H A Din.h143 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c284 case IPPROTO_ROUTING: in ip6opts_match()
/dragonfly/sbin/ping6/
H A Dping6.c2366 case IPPROTO_ROUTING: in pr_retip()
/dragonfly/sys/net/pf/
H A Dpf_norm.c1177 case IPPROTO_ROUTING: in pf_normalize_ip6()
H A Dpf.c5363 case IPPROTO_ROUTING: in pf_test_state_icmp()
6951 case IPPROTO_ROUTING: { in pf_test6()
/dragonfly/contrib/libpcap/
H A Dgencode.c157 #ifndef IPPROTO_ROUTING
158 #define IPPROTO_ROUTING 43 macro
6191 s[i]->s.k = IPPROTO_ROUTING; in gen_protochain()