Searched refs:route (Results 76 - 100 of 231) sorted by relevance

12345678910

/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_udp.c33 #include <net/route.h>
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_pflog.c76 #include <net/route.h>
H A Dnecp.h366 bool necp_packet_can_rebind_to_ifnet(struct mbuf *packet, struct ifnet *interface, struct route *new_route, int family);
H A Dif_ipsec.c83 mbuf_t *packet, const struct sockaddr *dest, void *route,
621 struct route ro;
914 __unused void *route,
910 ipsec_proto_pre_output(__unused ifnet_t interface, protocol_family_t protocol, __unused mbuf_t *packet, __unused const struct sockaddr *dest, __unused void *route, __unused char *frame_type, __unused char *link_layer_dest) argument
H A Dif_var.h76 #include <net/route.h>
129 * interfaces. These routines live in the files if.c and route.c
644 struct route if_fwd_route; /* cached forwarding route */
645 struct route if_src_route; /* cached ipv4 source route */
646 struct route_in6 if_src_route6; /* cached ipv6 source route */
657 u_int32_t if_route_refcnt; /* idle: route ref count */
841 #define IFA_ROUTE RTF_UP /* route installed (0x1) */
H A Dether_if_module.c75 #include <net/route.h>
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_gif.c73 #include <net/route.h>
198 /* cache route doesn't match or recursive route */
305 /* Replace the rcvif by gifp for dlil to route it correctly */
H A Din_proto.c75 #include <net/route.h>
H A Din_var.h71 #include <net/route.h>
H A Dip_dummynet.h181 struct route _dn_ro; /* route, for ip_output. MUST COPY */
182 struct route_in6 _dn_ro6; /* route, for ip6_output. MUST COPY */
H A Dtcp_ledbat.c35 #include <net/route.h>
H A Dtcp_subr.c91 #include <net/route.h>
608 struct route *ro = 0;
609 struct route sro;
850 /* Copy the cached route and take an extra reference */
854 * For consistency, pass a local route copy.
864 /* Synchronize cached PCB route */
1035 struct route *ro;
1051 * detached and the cached route cleaned, only for ip to cache the
1052 * route back into the PCB again. Note that we've cleared all the
1068 ro = (isipv6 ? (struct route *)
[all...]
H A Din_pcb.c91 #include <net/route.h>
771 * hold true if we end up using a route
999 struct route *ro = &inp->inp_route;
1055 * If route is known or can be allocated now,
1074 /* No route yet, so try to acquire one */
1089 * If we did not find (or use) a route, assume dest is reachable
1103 * If the outgoing interface on the route found is not
1109 * If the route points to a cellular interface and the
1111 * pretend that there is no route.
1132 * The outgoing interface is marked with 'loopback net', so a route
[all...]
H A Dip_dummynet.c93 #include <net/route.h>
1116 struct route tmp_rt;
1118 /* route is already in the packet's dn_ro */
1517 * ro route parameter (only used in ip_output, NULL otherwise)
1657 route_copyout((struct route *)&pkt->dn_ro6,
1658 (struct route *)fwa->fwa_ro6, sizeof (pkt->dn_ro6));
1661 route_copyout((struct route *)&pkt->dn_ro6_pmtu,
1662 (struct route *)fwa->fwa_ro6_pmtu, sizeof (pkt->dn_ro6_pmtu));
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_input.c52 #include <net/route.h>
H A Dipcomp_output.c51 #include <net/route.h>
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_worker.c75 #include <net/route.h>
/macosx-10.10/Libinfo-459/gen.subproj/
H A Dgetifaddrs.c35 #include <net/route.h>
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSRegressionUtilities.c365 #include <net/route.h>
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dgrabmyaddr.c43 #include <net/route.h>
/macosx-10.10/ipsec-286.1.1/ipsec-tools/setkey/
H A Dtest-pfkey.c35 #include <net/route.h>
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Dif.c40 #include <net/route.h>
H A Drrenum.c39 #include <net/route.h>
/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Dif.c73 #include <net/route.h>
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsys_socket.c86 #include <net/route.h>

Completed in 514 milliseconds

12345678910