Searched refs:net_bcast_ethaddr (Results 1 – 5 of 5) sorted by relevance
| /net/ |
| A D | rarp.c | 71 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_RARP); in rarp_request()
|
| A D | arp.c | 51 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_ARP); in arp_raw_request()
|
| A D | bootp.c | 793 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in bootp_request() 1055 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in dhcp_send_request_packet()
|
| A D | net.c | 161 const u8 net_bcast_ethaddr[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable 946 ether = (uchar *)net_bcast_ethaddr; in net_send_ip_packet()
|
| /net/lwip/ |
| A D | net-lwip.c | 36 const u8 net_bcast_ethaddr[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
|
Completed in 17 milliseconds