Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Droute.h164 u_char rtm_type; /* message type */ member
179 u_char rtm_type; /* message type */ member
H A Drtsock.c356 if (rtm->rtm_type == RTM_GET_SILENT) { in route_output()
361 rtm->rtm_type = RTM_GET; in route_output()
368 if (rtm->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
513 switch (rtm->rtm_type) { in route_output()
600 switch (rtm->rtm_type) { in route_output()
638 len = rt_msg2(rtm->rtm_type, &info, NULL, NULL, credp); in route_output()
655 (void) rt_msg2(out_rtm->rtm_type, &info, (caddr_t)out_rtm, in route_output()
1216 rtm->rtm_type = type; in rt_msg1()
1338 rtm->rtm_type = type; in rt_msg2()
H A Droute_private.h292 u_char rtm_type; /* message type */ member
H A Dif_llatbl.c799 switch (rtm->rtm_type) { in lla_rt_output()
/xnu-8796.141.3/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 Dnet_bridge.c611 rtmsg.hdr.rtm_type = cmd; in IPv4RouteApply()
/xnu-8796.141.3/bsd/netinet/
H A Din.c2655 arpc.rtm.rtm_type = RTM_GET; in in_lltable_dump_entry()
/xnu-8796.141.3/bsd/netinet6/
H A Din6.c4896 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()