Home
last modified time | relevance | path

Searched refs:rtm_flags (Results 1 – 9 of 9) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Droute.h166 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member
181 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member
H A Drtsock.c440 if (rtm->rtm_flags & RTF_IFSCOPE) { in route_output()
487 if (rtm->rtm_flags & RTF_PROXY) { in route_output()
521 info.rti_info[RTAX_NETMASK], rtm->rtm_flags, &saved_nrt, in route_output()
568 info.rti_info[RTAX_NETMASK], rtm->rtm_flags, &saved_nrt, in route_output()
663 rtm->rtm_flags = rt->rt_flags; in route_output()
749 rtm->rtm_flags |= RTF_DONE; in route_output()
1366 rtm->rtm_flags = RTF_DONE | flags; in rt_missmsg()
1481 rtm->rtm_flags |= rt->rt_flags; in rt_newaddrmsg()
1659 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry()
1675 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry()
[all …]
H A Droute_private.h294 u_int32_t rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member
H A Dif_llatbl.c819 if (rtm->rtm_flags & RTF_ANNOUNCE) { in lla_rt_output()
/xnu-10002.1.13/tests/
H A Dudp_disconnect.c88 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 Dudp_bind_connect.c82 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 Dnet_bridge.c521 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()
/xnu-10002.1.13/bsd/netinet/
H A Din.c2656 arpc.rtm.rtm_flags = RTF_UP; in in_lltable_dump_entry()
2661 arpc.rtm.rtm_flags |= RTF_ANNOUNCE; in in_lltable_dump_entry()
2679 arpc.rtm.rtm_flags |= (RTF_HOST | RTF_LLDATA); in in_lltable_dump_entry()
2681 arpc.rtm.rtm_flags |= RTF_STATIC; in in_lltable_dump_entry()
2684 arpc.rtm.rtm_flags |= RTF_PINNED; in in_lltable_dump_entry()
2686 arpc.rtm.rtm_flags |= RTF_PINNED; in in_lltable_dump_entry()
/xnu-10002.1.13/bsd/netinet6/
H A Din6.c4897 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()
4902 ndpc.rtm.rtm_flags |= RTF_ANNOUNCE; in in6_lltable_dump_entry()
4925 ndpc.rtm.rtm_flags |= (RTF_HOST | RTF_LLDATA); in in6_lltable_dump_entry()
4927 ndpc.rtm.rtm_flags |= RTF_STATIC; in in6_lltable_dump_entry()
4930 ndpc.rtm.rtm_flags |= RTF_PINNED; in in6_lltable_dump_entry()
4933 ndpc.rtm.rtm_flags |= RTF_GATEWAY; in in6_lltable_dump_entry()