| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | in6_gif.c | 233 return ip6_output(m, 0, &sc->gif_ro6, IPV6_MINMTU, 0, NULL, NULL); in in6_gif_output() 235 return ip6_output(m, 0, &sc->gif_ro6, 0, 0, NULL, NULL); in in6_gif_output()
|
| H A D | ip6_var.h | 569 extern int ip6_output(struct mbuf *, struct ip6_pktopts *, struct route_in6 *,
|
| H A D | udp6_output.c | 619 error = ip6_output(m, optp, &ro, flags, im6o, NULL, &ip6oa); in udp6_output()
|
| H A D | raw_ip6.c | 834 error = ip6_output(m, optp, &in6p->in6p_route, flags, im6o, in rip6_output()
|
| H A D | nd6_nbr.c | 901 ip6_output(m, NULL, NULL, flags, im6o, &outif, &ip6oa); in nd6_ns_output() 1633 ip6_output(m, NULL, NULL, IPV6_OUTARGS, im6o, &outif, &ip6oa); in nd6_na_output()
|
| H A D | icmp6.c | 2491 ip6_output(m, NULL, NULL, IPV6_OUTARGS, NULL, &outif, &ip6oa); in icmp6_reflect() 3059 ip6_output(m, NULL, NULL, IPV6_OUTARGS, NULL, &outif, &ip6oa); in icmp6_redirect_output()
|
| H A D | ipsec.c | 2670 (void) ip6_output(state->m, NULL, &ro6_new, IPV6_OUTARGS, NULL, NULL, &ip6oa); in ipsec6_update_routecache_and_output() 5314 error = ip6_output(m, NULL, &ro6, IPV6_OUTARGS, NULL, NULL, &ip6oa); in ipsec_send_natt_keepalive()
|
| H A D | mld6.c | 3744 error = ip6_output(m0, &mld_po, NULL, IPV6_UNSPECSRC, im6o, in mld_dispatch_packet()
|
| H A D | ip6_output.c | 249 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt, in ip6_output() function
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 909 (void) ip6_output(m, NULL, &ro6, IPV6_OUTARGS, in flow_track_abort_tcp() 1051 (void) ip6_output(m, NULL, &ro6, IPV6_OUTARGS, in flow_track_abort_quic()
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | kpi_ipfilter.c | 576 error = ip6_output(m, NULL, &ro, IPV6_OUTARGS, im6o, NULL, &ip6oa); in ipf_injectv6_out()
|
| H A D | ip_dummynet.c | 1294 ip6_output(m, NULL, NULL, IPV6_FORWARDING, NULL, NULL, NULL); in dummynet_send()
|
| H A D | tcp_subr.c | 1189 (void) ip6_output(m, NULL, ro6, IPV6_OUTARGS, NULL, in tcp_respond()
|
| /xnu-12377.81.4/bsd/conf/ |
| H A D | Makefile.template | 116 ip6_output.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member
|
| H A D | files | 326 bsd/netinet6/ip6_output.c optional inet bound-checks
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_ipsec.c | 3825 (void) ip6_output(data, NULL, &ro6, flags, NULL, NULL, &ip6oa); in ipsec_output()
|
| H A D | pf.c | 2834 ip6_output(m, NULL, &ro6, 0, NULL, NULL, NULL); in pf_send_tcp() 9500 ip6_output(m0, NULL, NULL, 0, NULL, NULL, NULL); in pf_route6()
|