Lines Matching refs:ether
802 int net_send_udp_packet(uchar *ether, struct in_addr dest, int dport, int sport,
818 /* if broadcast, make the ether address a broadcast and don't do ARP */
820 ether = (uchar *)net_bcast_ethaddr;
824 eth_hdr_size = net_set_ether(pkt, ether, PROT_IP);
830 if (memcmp(ether, net_null_ethaddr, 6) == 0) {
835 arp_wait_packet_ethaddr = ether;
847 &dest, ether);