Home
last modified time | relevance | path

Searched refs:tmp_rtm (Results 1 – 2 of 2) sorted by relevance

/f-stack/lib/
H A Dff_route.c981 struct rt_msghdr *tmp_rtm; in update_rtm_from_rc() local
983 tmp_rtm = malloc(len, M_TEMP, M_NOWAIT); in update_rtm_from_rc()
984 if (tmp_rtm == NULL) in update_rtm_from_rc()
986 bcopy(rtm, tmp_rtm, rtm->rtm_msglen); in update_rtm_from_rc()
988 rtm = tmp_rtm; in update_rtm_from_rc()
/f-stack/freebsd/net/
H A Drtsock.c932 struct rt_msghdr *tmp_rtm; in update_rtm_from_rc() local
934 tmp_rtm = malloc(len, M_TEMP, M_NOWAIT); in update_rtm_from_rc()
935 if (tmp_rtm == NULL) in update_rtm_from_rc()
937 bcopy(rtm, tmp_rtm, rtm->rtm_msglen); in update_rtm_from_rc()
939 rtm = tmp_rtm; in update_rtm_from_rc()