Searched refs:eth_hdr (Results 1 – 10 of 10) sorted by relevance
/lk-master/lib/minip/ |
A D | minip.c | 128 struct eth_hdr *eth; in send_arp_request() 135 eth = pktbuf_prepend(p, sizeof(struct eth_hdr)); in send_arp_request() 189 struct eth_hdr *eth = pktbuf_prepend(p, sizeof(struct eth_hdr)); in minip_ipv4_send() 221 struct eth_hdr *eth; in send_ping_reply() 231 eth = pktbuf_prepend(p, sizeof(struct eth_hdr)); in send_ping_reply() 347 struct eth_hdr *eth; in handle_arp_pkt() 350 eth = (void *) (p->data - sizeof(struct eth_hdr)); in handle_arp_pkt() 359 struct eth_hdr *reth; in handle_arp_pkt() 367 reth = pktbuf_prepend(rp, sizeof(struct eth_hdr)); in handle_arp_pkt() 405 static void dump_eth_packet(const struct eth_hdr *eth) { in dump_eth_packet() [all …]
|
A D | minip-internal.h | 59 struct eth_hdr { struct 104 void minip_build_mac_hdr(struct eth_hdr *pkt, const uint8_t *dst, uint16_t type);
|
A D | arp.c | 128 struct eth_hdr *eth; in arp_send_request() 135 eth = pktbuf_prepend(p, sizeof(struct eth_hdr)); in arp_send_request()
|
A D | udp.c | 115 struct eth_hdr *eth; in udp_send_iovec() 135 eth = pktbuf_prepend(p, sizeof(struct eth_hdr)); in udp_send_iovec()
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp_oe.c | 301 struct eth_hdr *ethhdr; in pppoe_dispatch_disc_pkt() 311 ethhdr = (struct eth_hdr *)pb->payload; in pppoe_dispatch_disc_pkt() 639 struct eth_hdr *ethhdr; in pppoe_output() 648 ethhdr = (struct eth_hdr *)pb->payload; in pppoe_output() 703 p = (u8_t*)pb->payload + sizeof (struct eth_hdr); in pppoe_send_padi() 919 p = (u8_t*)pb->payload + sizeof (struct eth_hdr); in pppoe_send_padr() 950 struct eth_hdr *ethhdr; in pppoe_send_padt() 960 ethhdr = (struct eth_hdr *)pb->payload; in pppoe_send_padt() 998 p = (u8_t*)pb->payload + sizeof (struct eth_hdr); in pppoe_send_pado() 1035 p = (u8_t*)pb->payload + sizeof (struct eth_hdr); in pppoe_send_pads() [all …]
|
/lk-master/external/lib/lwip/netif/ |
A D | etharp.c | 417 struct eth_hdr *ethhdr = (struct eth_hdr *)p->payload; in etharp_send_ip() 641 struct eth_hdr *ethhdr; 648 ethhdr = (struct eth_hdr *)p->payload; 691 struct eth_hdr *ethhdr; 713 ethhdr = (struct eth_hdr *)p->payload; 890 if (pbuf_header(q, sizeof(struct eth_hdr)) != 0) { 925 sizeof(struct eth_hdr)); 1183 struct eth_hdr *ethhdr; 1203 ethhdr = (struct eth_hdr *)p->payload; 1279 struct eth_hdr* ethhdr; [all …]
|
A D | ethernetif.c | 226 struct eth_hdr *ethhdr;
|
/lk-master/platform/armemu/ |
A D | net.c | 260 struct eth_hdr *ethhdr; in ethernetif_input() 286 pbuf_header(p, -sizeof(struct eth_hdr)); in ethernetif_input()
|
/lk-master/external/lib/lwip/include/netif/ |
A D | ppp_oe.h | 186 #define PPPOE_HDRLEN (sizeof(struct eth_hdr) + PPPOE_HEADERLEN)
|
A D | etharp.h | 72 struct eth_hdr { struct
|
Completed in 11 milliseconds