Searched refs:rtm_flags (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | route.h | 163 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member 178 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member
|
| H A D | rtsock.c | 472 if (RTM->rtm_flags & RTF_IFSCOPE) { in route_output() 520 if (RTM->rtm_flags & RTF_PROXY) { in route_output() 554 info.rti_info[RTAX_NETMASK], RTM->rtm_flags, &saved_nrt, in route_output() 601 info.rti_info[RTAX_NETMASK], RTM->rtm_flags, &saved_nrt, in route_output() 702 out_rtm->rtm_flags = rt->rt_flags; in route_output() 809 RTM->rtm_flags |= RTF_DONE; in route_output() 1526 rtmh->rtm_flags = RTF_DONE | flags; in rt_missmsg() 1641 rtm->rtm_flags |= rt->rt_flags; in rt_newaddrmsg() 1819 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry() 1835 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry() [all …]
|
| H A D | route_private.h | 298 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member 314 u_int32_t rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member
|
| /xnu-11417.121.6/tests/ |
| H A D | net_test_lib.c | 703 rtmsg.hdr.rtm_flags = RTF_UP | RTF_STATIC; in IPv4RouteApply() 705 rtmsg.hdr.rtm_flags |= RTF_HOST; in IPv4RouteApply() 709 rtmsg.hdr.rtm_flags |= RTF_CLONING; in IPv4RouteApply() 713 rtmsg.hdr.rtm_flags |= RTF_GATEWAY; in IPv4RouteApply() 717 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply() 729 if ((rtmsg.hdr.rtm_flags & RTF_GATEWAY) != 0) { in IPv4RouteApply() 894 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_ipv4_default_route() 939 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_ipv6_default_route()
|
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skywalk_test_common.c | 2115 rtmsg.hdr.rtm_flags = RTF_UP | RTF_STATIC; in IPv4RouteApply() 2117 rtmsg.hdr.rtm_flags |= RTF_HOST; in IPv4RouteApply() 2121 rtmsg.hdr.rtm_flags |= RTF_CLONING; in IPv4RouteApply() 2125 rtmsg.hdr.rtm_flags |= RTF_GATEWAY; in IPv4RouteApply() 2129 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply() 2141 if ((rtmsg.hdr.rtm_flags & RTF_GATEWAY) != 0) { in IPv4RouteApply() 2759 rtm->rtm_flags = flags; in rtmsg() 2769 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC); in rtmsg() 2840 (rtm->rtm_flags & RTF_LLINFO) && in skt_add_arp_entry() 2841 !(rtm->rtm_flags & RTF_GATEWAY) && in skt_add_arp_entry()
|