Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Droute.h359 u_char rtm_type; /* message type */ member
374 u_char rtm_type; /* message type */ member
411 u_char rtm_type; /* message type */ member
H A Drtsock.c354 if (rtm->rtm_type == RTM_GET_SILENT) { in route_output()
359 rtm->rtm_type = RTM_GET; in route_output()
366 if (rtm->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
492 switch (rtm->rtm_type) { in route_output()
579 switch (rtm->rtm_type) { in route_output()
617 len = rt_msg2(rtm->rtm_type, &info, NULL, NULL, credp); in route_output()
634 (void) rt_msg2(out_rtm->rtm_type, &info, (caddr_t)out_rtm, in route_output()
1195 rtm->rtm_type = type; in rt_msg1()
1317 rtm->rtm_type = type; in rt_msg2()
H A Dif_llatbl.c799 switch (rtm->rtm_type) { in lla_rt_output()
/xnu-8020.121.3/tests/
H A Droute_output_stack_oflow_56033075.c29 rtm->rtm_type = RTM_GET;
H A Dnet_bridge.c610 rtmsg.hdr.rtm_type = cmd; in IPv4RouteApply()
/xnu-8020.121.3/bsd/netinet/
H A Din.c2655 arpc.rtm.rtm_type = RTM_GET; in in_lltable_dump_entry()
/xnu-8020.121.3/bsd/netinet6/
H A Din6.c4865 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()