Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Droute.h161 u_char rtm_type; /* message type */ member
176 u_char rtm_type; /* message type */ member
H A Drtsock.c364 if (rtm->rtm_type == RTM_GET_SILENT) { in route_output()
369 rtm->rtm_type = RTM_GET; in route_output()
376 if (rtm->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
521 switch (rtm->rtm_type) { in route_output()
608 switch (rtm->rtm_type) { in route_output()
646 len = rt_msg2(rtm->rtm_type, &info, NULL, NULL, credp); in route_output()
663 (void) rt_msg2(out_rtm->rtm_type, &info, (caddr_t)out_rtm, in route_output()
1223 rtm->rtm_type = type; in rt_msg1()
1345 rtm->rtm_type = type; in rt_msg2()
H A Droute_private.h274 u_char rtm_type; /* message type */ member
/xnu-10063.141.1/tests/
H A Droute_output_stack_oflow_56033075.c29 rtm->rtm_type = RTM_GET;
H A Dudp_disconnect.c87 rtm->rtm_type = RTM_GET; in has_v4_default_route()
132 rtm->rtm_type = RTM_GET; in has_v6_default_route()
H A Dudp_bind_connect.c81 rtm->rtm_type = RTM_GET; in has_v4_default_route()
126 rtm->rtm_type = RTM_GET; in has_v6_default_route()
H A Dinet6_addr_mode.c145 if (rtm->rtm_type == RTM_NEWADDR) { in inet6_get_linklocal_address()
H A Dnet_bridge.c514 rtmsg.hdr.rtm_type = cmd; in IPv4RouteApply()