Lines Matching refs:u8_t

11 static const u8_t broadcast[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
13 static const u8_t magic_cookie[] = { 0x63, 0x82, 0x53, 0x63 };
15 static u8_t dhcp_offer[] = {
59 static u8_t dhcp_ack[] = {
103 static const u8_t arpreply[] = {
143 static void send_pkt(struct netif *netif, const u8_t *data, size_t len)
200 static void check_pkt(struct pbuf *p, u32_t pos, const u8_t *mem, u32_t len)
202 u8_t *data;
212 data = (u8_t*)p->payload;
216 static void check_pkt_fuzzy(struct pbuf *p, u32_t startpos, const u8_t *mem, u32_t len)
220 u8_t *data;
231 data = (u8_t*)p->payload;
253 printf(" %02X", ((u8_t *) pp->payload)[i]);
268 const u8_t ipproto[] = { 0x08, 0x00 };
269 const u8_t bootp_start[] = { 0x01, 0x01, 0x06, 0x00}; /* bootp request, eth, hwaddr len 6, 0 hops */
270 const u8_t ipaddrs[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
287 u8_t dhcp_discover_opt[] = { 0x35, 0x01, 0x01 };
290 u8_t dhcp_request_opt[] = { 0x35, 0x01, 0x03 };
291 u8_t requested_ipaddr[] = { 0x32, 0x04, 0xc3, 0xaa, 0xbd, 0xc8 }; /* Ask for offered IP */
302 const u8_t arpproto[] = { 0x08, 0x06 };
318 const u8_t ipproto[] = { 0x08, 0x00 };
319 const u8_t bootp_start[] = { 0x01, 0x01, 0x06, 0x00}; /* bootp request, eth, hwaddr len 6, 0 hops */
320 const u8_t ipaddrs[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
321 const u8_t dhcp_nak_opt[] = { 0x35, 0x01, 0x04 };
322 const u8_t requested_ipaddr[] = { 0x32, 0x04, 0xc3, 0xaa, 0xbd, 0xc8 }; /* offered IP */
349 const u8_t ipproto[] = { 0x08, 0x00 };
350 const u8_t bootp_start[] = { 0x01, 0x01, 0x06, 0x00}; /* bootp request, eth, hwaddr len 6, 0 hops */
351 const u8_t ipaddrs[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
368 u8_t dhcp_discover_opt[] = { 0x35, 0x01, 0x01 };
371 u8_t dhcp_request_opt[] = { 0x35, 0x01, 0x03 };
372 u8_t requested_ipaddr[] = { 0x32, 0x04, 0x4f, 0x8a, 0x33, 0x05 }; /* Ask for offered IP */
384 const u8_t arpproto[] = { 0x08, 0x06 };
394 const u8_t fake_arp[6] = { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xab };
395 const u8_t ipproto[] = { 0x08, 0x00 };
396 const u8_t bootp_start[] = { 0x01, 0x01, 0x06, 0x00}; /* bootp request, eth, hwaddr len 6, 0 hops */
397 const u8_t ipaddrs[] = { 0x00, 0x4f, 0x8a, 0x33, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
398 const u8_t dhcp_request_opt[] = { 0x35, 0x01, 0x03 };
577 u8_t relay_offer[] = {
622 u8_t relay_ack1[] = {
666 u8_t relay_ack2[] = {
710 const u8_t arp_resp[] = {
825 u8_t dhcp_nack_no_endmarker[] = {
879 u8_t tries;
937 u8_t dhcp_offer_invalid_overload[] = {