Searched refs:rtm_type (Results 1 – 8 of 8) sorted by relevance
161 u_char rtm_type; /* message type */ member176 u_char rtm_type; /* message type */ member
364 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()
274 u_char rtm_type; /* message type */ member
29 rtm->rtm_type = RTM_GET;
87 rtm->rtm_type = RTM_GET; in has_v4_default_route()132 rtm->rtm_type = RTM_GET; in has_v6_default_route()
81 rtm->rtm_type = RTM_GET; in has_v4_default_route()126 rtm->rtm_type = RTM_GET; in has_v6_default_route()
145 if (rtm->rtm_type == RTM_NEWADDR) { in inet6_get_linklocal_address()
514 rtmsg.hdr.rtm_type = cmd; in IPv4RouteApply()