HomeSort by: relevance | last modified time | path
    Searched defs:old_rtm (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
rtsock_shared.c 631 struct rt_xmsghdr *old_rtm = rtm; local in function:route_output_report
635 (void)memcpy(*new_rtm, old_rtm, old_rtm->rtm_msglen);
653 struct rt_xmsghdr *old_rtm = NULL, *new_rtm = NULL; local in function:COMPATNAME
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
    [all...]
rtsock_shared.c 631 struct rt_xmsghdr *old_rtm = rtm; local in function:route_output_report
635 (void)memcpy(*new_rtm, old_rtm, old_rtm->rtm_msglen);
653 struct rt_xmsghdr *old_rtm = NULL, *new_rtm = NULL; local in function:COMPATNAME
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
    [all...]

Completed in 30 milliseconds