Searched refs:eth_frame (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmp_redirector.c | 277 return_arp_reply(int sd, struct eth_frame *rcveth_p, in return_arp_reply() 285 struct eth_frame sndeth; /* sending frame */ in return_arp_reply() 321 memset(&sndeth, '\0', sizeof(struct eth_frame)); in return_arp_reply() 363 return_icmp4_redirect(int sd, struct eth_frame *rcveth_p, size_t rcveth_size, in return_icmp4_redirect() 371 struct eth_frame sndeth; /* sending frame */ in return_icmp4_redirect() 395 memset(&sndeth, '\0', sizeof(struct eth_frame)); in return_icmp4_redirect() 460 return_neigh_adv(int sd, struct eth_frame *rcveth_p, in return_neigh_adv() 469 struct eth_frame sndeth; /* sending frame */ in return_neigh_adv() 517 memset(&sndeth, '\0', sizeof(struct eth_frame)); in return_neigh_adv() 584 return_icmp6_redirect(int sd, struct eth_frame *rcveth_p, size_t rcveth_size, in return_icmp6_redirect() [all …]
|
D | ns-traffic.h | 98 struct eth_frame { struct
|
/external/syslinux/gpxe/src/drivers/net/ |
D | virtio-net.c | 43 struct eth_frame { struct 51 static struct eth_frame tx_eth_frame; argument
|
D | amd8111e.c | 81 struct eth_frame { struct 526 struct eth_frame *frame; in amd8111e_transmit() 541 frame = (struct eth_frame *)lp->tx_buf[index]; in amd8111e_transmit()
|
D | tg3.c | 56 struct eth_frame { struct 70 struct eth_frame tx_frame[2]; argument 3165 struct eth_frame *frame; in tg3_transmit()
|
D | bnx2.c | 2354 static struct eth_frame { in bnx2_transmit() struct
|