Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c1143 struct route tmp_rt; in dummynet_send() local
1146 bzero(&tmp_rt, sizeof(tmp_rt)); in dummynet_send()
1150 (void)ip_output(m, NULL, &tmp_rt, pkt->dn_flags, NULL, NULL); in dummynet_send()
1151 ROUTE_RELEASE(&tmp_rt); in dummynet_send()