Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dip_dummynet.c1146 struct route tmp_rt; in dummynet_send() local
1149 bzero(&tmp_rt, sizeof(tmp_rt)); in dummynet_send()
1153 (void)ip_output(m, NULL, &tmp_rt, pkt->dn_flags, NULL, NULL); in dummynet_send()
1154 ROUTE_RELEASE(&tmp_rt); in dummynet_send()