Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Droute.h161 u_char rtm_type; /* message type */ member
176 u_char rtm_type; /* message type */ member
H A Droute_private.h298 u_char rtm_type; /* message type */ member
314 u_char rtm_type; /* message type */ member
H A Drtsock.c385 if (RTM->rtm_type == RTM_GET_SILENT) { in route_output()
390 RTM->rtm_type = RTM_GET; in route_output()
397 if (RTM->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
547 switch (RTM->rtm_type) { in route_output()
638 switch (RTM->rtm_type) { in route_output()
683 len = rt_msg2(RTM->rtm_type, &info, NULL, NULL, credp); in route_output()
717 (void) rt_msg2(out_rtm->rtm_type, &info, rtm_tmpbuf, in route_output()
1380 rtmh->rtm_type = type; in rt_msg1()
1503 rtmh->rtm_type = type; in rt_msg2()
/xnu-12377.1.9/tests/
H A Droute_output_stack_oflow_56033075.c29 rtm->rtm_type = RTM_GET;
H A Dnet_test_lib.c722 rtmsg.hdr.rtm_type = cmd; in IPv4RouteApply()
919 rtm->rtm_type = RTM_GET; in has_ipv4_default_route()
964 rtm->rtm_type = RTM_GET; in has_ipv6_default_route()
1102 T_LOG("rtm_version %d rtm_type %d", rtm->rtm_version, rtm->rtm_type); in inet6_get_linklocal_address()
1106 if (rtm->rtm_type == RTM_NEWADDR) { in inet6_get_linklocal_address()
/xnu-12377.1.9/tests/skywalk/
H A Dskywalk_test_common.c2108 rtmsg.hdr.rtm_type = cmd; in IPv4RouteApply()
2736 rtm->rtm_type = cmd; in rtmsg()