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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h222 u_char rtm_type; /* message type */ member in struct:rt_msghdr
237 u_char rtm_type; /* message type */ member in struct:rt_msghdr2
H A Drtsock.c348 if (rtm->rtm_type == RTM_GET_SILENT) {
352 rtm->rtm_type = RTM_GET;
359 if (rtm->rtm_type != RTM_GET && (so->so_state & SS_PRIV) == 0) {
419 switch (rtm->rtm_type) {
521 switch(rtm->rtm_type) {
544 len = rt_msg2(rtm->rtm_type, &info, (caddr_t)0,
555 (void)rt_msg2(rtm->rtm_type, &info, (caddr_t)rtm,
869 rtm->rtm_type = type;
952 rtm->rtm_type = type;

Completed in 15 milliseconds