Searched refs:rtm_flags (Results 1 – 8 of 8) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | route.h | 166 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 D | rtsock.c | 438 if (rtm->rtm_flags & RTF_IFSCOPE) { in route_output() 466 if (rtm->rtm_flags & RTF_PROXY) { in route_output() 500 info.rti_info[RTAX_NETMASK], rtm->rtm_flags, &saved_nrt, in route_output() 547 info.rti_info[RTAX_NETMASK], rtm->rtm_flags, &saved_nrt, in route_output() 642 rtm->rtm_flags = rt->rt_flags; in route_output() 728 rtm->rtm_flags |= RTF_DONE; in route_output() 1345 rtm->rtm_flags = RTF_DONE | flags; in rt_missmsg() 1460 rtm->rtm_flags |= rt->rt_flags; in rt_newaddrmsg() 1638 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry() 1654 rtm->rtm_flags = rt->rt_flags; in sysctl_dumpentry() [all …]
|
| H A D | route_private.h | 294 u_int32_t rtm_flags; /* flags, incl. kern & message, e.g. DONE */ member
|
| H A D | if_llatbl.c | 819 if (rtm->rtm_flags & RTF_ANNOUNCE) { in lla_rt_output()
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | in.c | 2656 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-8792.41.9/tests/ |
| H A D | net_bridge.c | 618 rtmsg.hdr.rtm_flags = RTF_UP | RTF_STATIC; in IPv4RouteApply() 620 rtmsg.hdr.rtm_flags |= RTF_HOST; in IPv4RouteApply() 624 rtmsg.hdr.rtm_flags |= RTF_CLONING; in IPv4RouteApply() 628 rtmsg.hdr.rtm_flags |= RTF_GATEWAY; in IPv4RouteApply() 632 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply() 644 if ((rtmsg.hdr.rtm_flags & RTF_GATEWAY) != 0) { in IPv4RouteApply()
|
| H A D | udp_bind_connect.c | 82 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_v4_default_route()
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | in6.c | 4891 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry() 4896 ndpc.rtm.rtm_flags |= RTF_ANNOUNCE; in in6_lltable_dump_entry() 4919 ndpc.rtm.rtm_flags |= (RTF_HOST | RTF_LLDATA); in in6_lltable_dump_entry() 4921 ndpc.rtm.rtm_flags |= RTF_STATIC; in in6_lltable_dump_entry() 4924 ndpc.rtm.rtm_flags |= RTF_PINNED; in in6_lltable_dump_entry() 4927 ndpc.rtm.rtm_flags |= RTF_GATEWAY; in in6_lltable_dump_entry()
|