Searched refs:rtm_type (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.h252 u_char rtm_type; /* message type */ member in struct:rt_msghdr
267 u_char rtm_type; /* message type */ member in struct:rt_msghdr2
286 u_char rtm_type; /* message type */ member in struct:rt_msghdr_ext
H A Drtsock.c368 if (rtm->rtm_type == RTM_GET_SILENT) {
372 rtm->rtm_type = RTM_GET;
379 if (rtm->rtm_type != RTM_GET && (so->so_state & SS_PRIV) == 0) {
457 switch (rtm->rtm_type) {
568 switch(rtm->rtm_type) {
599 len = rt_msg2(rtm->rtm_type, &info, (caddr_t)0,
617 (void)rt_msg2(rtm->rtm_type, &info, (caddr_t)rtm,
1088 rtm->rtm_type = type;
1190 rtm->rtm_type = type;

Completed in 42 milliseconds