Lines Matching refs:hwaddr
179 netif->hwaddr[0] = 0x00;
180 netif->hwaddr[1] = 0x23;
181 netif->hwaddr[2] = 0xC1;
182 netif->hwaddr[3] = 0xDE;
183 netif->hwaddr[4] = 0xD0;
184 netif->hwaddr[5] = 0x0D;
269 const u8_t bootp_start[] = { 0x01, 0x01, 0x06, 0x00}; /* bootp request, eth, hwaddr len 6, 0 hops */
273 check_pkt(p, 6, netif->hwaddr, 6); /* eth level src: unit mac */
281 check_pkt(p, 70, netif->hwaddr, 6); /* mac addr inside bootp */
305 check_pkt(p, 6, netif->hwaddr, 6); /* eth level src: unit mac */
319 const u8_t bootp_start[] = { 0x01, 0x01, 0x06, 0x00}; /* bootp request, eth, hwaddr len 6, 0 hops */
326 check_pkt(p, 6, netif->hwaddr, 6); /* eth level src: unit mac */
334 check_pkt(p, 70, netif->hwaddr, 6); /* mac addr inside bootp */
350 const u8_t bootp_start[] = { 0x01, 0x01, 0x06, 0x00}; /* bootp request, eth, hwaddr len 6, 0 hops */
354 check_pkt(p, 6, netif->hwaddr, 6); /* eth level src: unit mac */
362 check_pkt(p, 70, netif->hwaddr, 6); /* mac addr inside bootp */
387 check_pkt(p, 6, netif->hwaddr, 6); /* eth level src: unit mac */
396 const u8_t bootp_start[] = { 0x01, 0x01, 0x06, 0x00}; /* bootp request, eth, hwaddr len 6, 0 hops */
401 check_pkt(p, 6, netif->hwaddr, 6); /* eth level src: unit mac */
409 check_pkt(p, 70, netif->hwaddr, 6); /* mac addr inside bootp */