Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Droute.h348 u_char rtm_type; /* message type */ member
363 u_char rtm_type; /* message type */ member
400 u_char rtm_type; /* message type */ member
H A Drtsock.c358 if (rtm->rtm_type == RTM_GET_SILENT) { in route_output()
363 rtm->rtm_type = RTM_GET; in route_output()
370 if (rtm->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
496 switch (rtm->rtm_type) { in route_output()
583 switch (rtm->rtm_type) { in route_output()
621 len = rt_msg2(rtm->rtm_type, &info, NULL, NULL, credp); in route_output()
638 (void) rt_msg2(out_rtm->rtm_type, &info, (caddr_t)out_rtm, in route_output()
1200 rtm->rtm_type = type; in rt_msg1()
1322 rtm->rtm_type = type; in rt_msg2()
H A Dif_llatbl.c779 switch (rtm->rtm_type) { in lla_rt_output()
/xnu-8019.80.24/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-8019.80.24/bsd/netinet/
H A Din.c2677 arpc.rtm.rtm_type = RTM_GET; in in_lltable_dump_entry()
/xnu-8019.80.24/bsd/netinet6/
H A Din6.c4839 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()