Lines Matching refs:u8_t
116 u8_t state;
117 u8_t ctime;
123 static u8_t etharp_cached_entry;
208 u8_t i;
213 u8_t state = arp_table[i].state;
266 etharp_find_entry(ip_addr_t *ipaddr, u8_t flags)
270 u8_t i = 0, age_pending = 0, age_stable = 0;
274 u8_t age_queue = 0;
292 u8_t state = arp_table[i].state;
448 etharp_update_arp_entry(struct netif *netif, ip_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags)
581 u8_t i;
584 u8_t state = arp_table[i].state;
649 iphdr = (struct ip_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);
652 iphdr = (struct ip_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);
694 u8_t for_us;
696 const u8_t * ethdst_hwaddr;
714 hdr = (struct etharp_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);
717 hdr = (struct etharp_hdr *)(((u8_t*)ethhdr) + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);
753 for_us = (u8_t)ip_addr_cmp(&dipaddr, &(netif->ip_addr));
791 ethdst_hwaddr = ip_addr_islinklocal(&netif->ip_addr) ? (u8_t*)(ethbroadcast.addr) : hdr->shwaddr.addr;
842 etharp_output_to_arp_index(struct netif *netif, struct pbuf *q, u8_t arp_idx)
924 struct ip_hdr *iphdr = (struct ip_hdr*)((u8_t*)q->payload +
947 u8_t etharp_cached_entry = *(netif->addr_hint);
1186 const u8_t * ethdst_hwaddr;
1204 hdr = (struct etharp_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);
1214 ethdst_hwaddr = ip_addr_islinklocal(ipsrc_addr) ? (u8_t*)(ethbroadcast.addr) : ethdst_addr->addr;