Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip_dummynet.c1144 struct route tmp_rt; in dummynet_send() local
1147 bzero(&tmp_rt, sizeof(tmp_rt)); in dummynet_send()
1151 (void)ip_output(m, NULL, &tmp_rt, pkt->dn_flags, NULL, NULL); in dummynet_send()
1152 ROUTE_RELEASE(&tmp_rt); in dummynet_send()