Searched refs:rtm_flags (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.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 | 473 if (RTM->rtm_flags & RTF_IFSCOPE) { in route_output() 521 if (RTM->rtm_flags & RTF_PROXY) { in route_output() 555 info.rti_info[RTAX_NETMASK], RTM->rtm_flags, &saved_nrt, in route_output() 606 info.rti_info[RTAX_NETMASK], RTM->rtm_flags, &saved_nrt, in route_output() 707 out_rtm->rtm_flags = rt->rt_flags; in route_output() 814 RTM->rtm_flags |= RTF_DONE; in route_output() 1531 rtmh->rtm_flags = RTF_DONE | flags; in rt_missmsg() 1646 rtm->rtm_flags |= rt->rt_flags; in rt_newaddrmsg() 1824 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry() 1840 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry() [all …]
|
| H A D | route_private.h | 300 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member 316 u_int32_t rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member
|
| /xnu-12377.41.6/tests/ |
| H A D | net_test_lib.c | 729 rtmsg.hdr.rtm_flags = RTF_UP | RTF_STATIC; in IPv4RouteApply() 731 rtmsg.hdr.rtm_flags |= RTF_HOST; in IPv4RouteApply() 735 rtmsg.hdr.rtm_flags |= RTF_CLONING; in IPv4RouteApply() 739 rtmsg.hdr.rtm_flags |= RTF_GATEWAY; in IPv4RouteApply() 743 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply() 755 if ((rtmsg.hdr.rtm_flags & RTF_GATEWAY) != 0) { in IPv4RouteApply() 920 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_ipv4_default_route() 965 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_ipv6_default_route()
|
| /xnu-12377.41.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() 2707 rtm->rtm_flags = flags; in rtmsg() 2717 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC); in rtmsg() 2788 (rtm->rtm_flags & RTF_LLINFO) && in skt_add_arp_entry() 2789 !(rtm->rtm_flags & RTF_GATEWAY) && in skt_add_arp_entry()
|