Searched refs:rtm_flags (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/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 | 447 if (rtm->rtm_flags & RTF_IFSCOPE) { in route_output() 495 if (rtm->rtm_flags & RTF_PROXY) { in route_output() 529 info.rti_info[RTAX_NETMASK], rtm->rtm_flags, &saved_nrt, in route_output() 576 info.rti_info[RTAX_NETMASK], rtm->rtm_flags, &saved_nrt, in route_output() 671 rtm->rtm_flags = rt->rt_flags; in route_output() 756 rtm->rtm_flags |= RTF_DONE; in route_output() 1373 rtm->rtm_flags = RTF_DONE | flags; in rt_missmsg() 1488 rtm->rtm_flags |= rt->rt_flags; in rt_newaddrmsg() 1666 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry() 1682 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry() [all …]
|
| H A D | route_private.h | 276 u_int32_t rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member
|
| /xnu-10063.101.15/tests/ |
| H A D | udp_disconnect.c | 88 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_v4_default_route() 133 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_v6_default_route()
|
| H A D | udp_bind_connect.c | 82 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_v4_default_route() 127 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_v6_default_route()
|
| H A D | net_bridge.c | 521 rtmsg.hdr.rtm_flags = RTF_UP | RTF_STATIC; in IPv4RouteApply() 523 rtmsg.hdr.rtm_flags |= RTF_HOST; in IPv4RouteApply() 527 rtmsg.hdr.rtm_flags |= RTF_CLONING; in IPv4RouteApply() 531 rtmsg.hdr.rtm_flags |= RTF_GATEWAY; in IPv4RouteApply() 535 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply() 547 if ((rtmsg.hdr.rtm_flags & RTF_GATEWAY) != 0) { in IPv4RouteApply()
|