Searched refs:new_rtm (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/net/ |
H A D | rtsock_shared.c | 591 struct rt_xmsghdr *rtm, struct rt_xmsghdr **new_rtm) in route_output_report() argument 632 R_Malloc(*new_rtm, struct rt_xmsghdr *, len); in route_output_report() 633 if (*new_rtm == NULL) in route_output_report() 635 (void)memcpy(*new_rtm, old_rtm, old_rtm->rtm_msglen); in route_output_report() 636 rtm = *new_rtm; in route_output_report() 653 struct rt_xmsghdr *old_rtm = NULL, *new_rtm = NULL; in COMPATNAME() local 829 error = route_output_report(rt, &info, rtm, &new_rtm); in COMPATNAME() 832 if (new_rtm != NULL) { in COMPATNAME() 834 rtm = new_rtm; in COMPATNAME() 876 error = route_output_report(rt, &info, rtm, &new_rtm); in COMPATNAME() [all …]
|