Searched refs:ip_output_list (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h309 extern int ip_output_list(struct mbuf *, int, struct mbuf *, struct route *,
H A Dip_output.c233 error = ip_output_list(m0, 0, opt, ro, flags, imo, ipoa);
259 ip_output_list( function
H A Dtcp_output.c248 * ip_output_list:ENOMEM
249 * ip_output_list:EADDRNOTAVAIL
250 * ip_output_list:ENETUNREACH
251 * ip_output_list:EHOSTUNREACH
252 * ip_output_list:EACCES
253 * ip_output_list:EMSGSIZE
254 * ip_output_list:ENOBUFS
255 * ip_output_list:??? [ignorable: mostly IPSEC/firewall/DLIL]
1898 * the recent call to ip_output_list() plus the amount of
2116 error = ip_output_list(pk
[all...]
H A Dudp_usrreq.c1571 error = ip_output_list(m, 0, inpopts, &ro, soopts, mopts, &ipoa);
H A Dip_fw2.c1839 ip_output_list(m, 0, NULL, &sro, 0, NULL, NULL);
3938 ip_output_list(m, 0, NULL, &sro, 0, NULL, NULL);
H A Dip_input.c2511 error = ip_output_list(m, 0, NULL, &fwd_rt,
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c619 result = ip_output_list(m, 0, NULL, &sc->sc_ro, IP_OUTARGS, NULL,

Completed in 93 milliseconds