ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos);
lck_mtx_lock(&sc->sc_ro_mtx);
ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos);
lck_mtx_lock(&sc->sc_ro_mtx);
if (dst4->sin_family != AF_INET ||
bcmp(&dst4->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst)) != 0) {
/* cache route doesn't match: always the case during the first use */
if (dst4->sin_family != AF_INET ||
bcmp(&dst4->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst)) != 0) {
/* cache route doesn't match: always the case during the first use */
- result = ip_output_list(m, 0, NULL, &sc->sc_ro, IP_OUTARGS, NULL, &ipoa);
+ result = ip_output_list(m, 0, NULL, &sc->sc_ro, IP_OUTARGS, NULL,
+ &ipoa);
if (IN6_IS_ADDR_6TO4(&sin6->sin6_addr)) {
if ( !(ifnet_flags( ifp ) & IFF_UP) ) {
/* do this only if the interface is not already up */
if (IN6_IS_ADDR_6TO4(&sin6->sin6_addr)) {
if ( !(ifnet_flags( ifp ) & IFF_UP) ) {
/* do this only if the interface is not already up */