Home | History | Annotate | Download | only in net

Lines Matching defs:old_rtm

631 		struct rt_xmsghdr *old_rtm = rtm;
635 (void)memcpy(*new_rtm, old_rtm, old_rtm->rtm_msglen);
653 struct rt_xmsghdr *old_rtm = NULL, *new_rtm = NULL;
833 old_rtm = rtm;
880 old_rtm = rtm;
899 old_rtm = rtm;
964 /* We cannot free old_rtm until we have stopped using the
966 * in old_rtm.
968 if (old_rtm != NULL)
969 Free(old_rtm);