Home
last modified time | relevance | path

Searched refs:rtm_version (Results 1 – 8 of 8) sorted by relevance

/xnu-10063.101.15/bsd/net/
H A Droute.h160 u_char rtm_version; /* future binary compatibility */ member
175 u_char rtm_version; /* future binary compatibility */ member
H A Droute_private.h273 u_char rtm_version; /* future binary compatibility */ member
H A Drtsock.c355 if (rtm->rtm_version != RTM_VERSION) { in route_output()
1222 rtm->rtm_version = RTM_VERSION; in rt_msg1()
1344 rtm->rtm_version = RTM_VERSION; in rt_msg2()
/xnu-10063.101.15/tests/
H A Droute_output_stack_oflow_56033075.c30 rtm->rtm_version = RTM_VERSION;
H A Dudp_disconnect.c86 rtm->rtm_version = RTM_VERSION; in has_v4_default_route()
131 rtm->rtm_version = RTM_VERSION; in has_v6_default_route()
H A Dudp_bind_connect.c80 rtm->rtm_version = RTM_VERSION; in has_v4_default_route()
125 rtm->rtm_version = RTM_VERSION; in has_v6_default_route()
H A Dinet6_addr_mode.c142 if (rtm->rtm_version != RTM_VERSION) { in inet6_get_linklocal_address()
H A Dnet_bridge.c515 rtmsg.hdr.rtm_version = RTM_VERSION; in IPv4RouteApply()