Searched refs:td_eth (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skt_steering.c | 136 struct ifnet_traffic_descriptor_eth td_eth; in skt_steering_main() local 157 fill_traffic_descriptor_eth(&td_eth, mask, true); in skt_steering_main() 159 (struct ifnet_traffic_descriptor_common *)&td_eth, in skt_steering_main() 180 fill_traffic_descriptor_eth(&td_eth, mask, true); in skt_steering_main() 182 (struct ifnet_traffic_descriptor_common *)&td_eth, in skt_steering_main() 188 (struct ifnet_traffic_descriptor_common *)&td_eth, in skt_steering_main() 201 fill_traffic_descriptor_eth(&td_eth, mask, true); in skt_steering_main() 203 (struct ifnet_traffic_descriptor_common *)&td_eth, in skt_steering_main() 209 (struct ifnet_traffic_descriptor_common *)&td_eth, in skt_steering_main() 214 bcopy(ether_aton("11:22:33:44:55:66"), &td_eth.eth_raddr, ETHER_ADDR_LEN); in skt_steering_main() [all …]
|