Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.h296 u_char rtm_type; /* message type */ member
312 u_char rtm_type; /* message type */ member
H A Drtsock.c384 if (RTM->rtm_type == RTM_GET_SILENT) { in route_output()
389 RTM->rtm_type = RTM_GET; in route_output()
396 if (RTM->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
546 switch (RTM->rtm_type) { in route_output()
633 switch (RTM->rtm_type) { in route_output()
678 len = rt_msg2(RTM->rtm_type, &info, NULL, NULL, credp); in route_output()
712 (void) rt_msg2(out_rtm->rtm_type, &info, rtm_tmpbuf, in route_output()
1375 rtmh->rtm_type = type; in rt_msg1()
1498 rtmh->rtm_type = type; in rt_msg2()
/xnu-11215.81.4/tests/
H A Droute_output_stack_oflow_56033075.c29 rtm->rtm_type = RTM_GET;
H A Dnet_test_lib.c696 rtmsg.hdr.rtm_type = cmd; in IPv4RouteApply()
893 rtm->rtm_type = RTM_GET; in has_ipv4_default_route()
938 rtm->rtm_type = RTM_GET; in has_ipv6_default_route()
H A Dinet6_addr_mode.c144 if (rtm->rtm_type == RTM_NEWADDR) { in inet6_get_linklocal_address()
/xnu-11215.81.4/tests/skywalk/
H A Dskywalk_test_common.c2108 rtmsg.hdr.rtm_type = cmd; in IPv4RouteApply()
2788 rtm->rtm_type = cmd; in rtmsg()