Home
last modified time | relevance | path

Searched defs:eth_header (Results 1 – 25 of 39) sorted by relevance

12

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/protocols/
H A Dec_eth.c29 struct eth_header struct
31 u_int8 dha[ETH_ADDR_LEN]; /* destination eth addr */
32 u_int8 sha[ETH_ADDR_LEN]; /* source ether addr */
33 u_int16 proto; /* packet type ID field */
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/plug-ins/rand_flood/
H A Drand_flood.c32 struct eth_header struct
55 #define FAKE_PCK_LEN sizeof(struct eth_header)+sizeof(struct arp_header)+sizeof(struct arp_eth_head… argument
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/plug-ins/stp_mangler/
H A Dstp_mangler.c32 struct eth_header struct
34 u_int8 dha[ETH_ADDR_LEN]; /* destination eth addr */
35 u_int8 sha[ETH_ADDR_LEN]; /* source ether addr */
36 u_int16 proto; /* packet type ID field */
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/mitm/
H A Dec_port_stealing.c49 struct eth_header struct
72 #define FAKE_PCK_LEN sizeof(struct eth_header)+sizeof(struct arp_header)+sizeof(struct arp_eth_head… argument
/dports/net-mgmt/dhcdrop/dhcdrop-0.5/src/
H A Dnet.h19 struct eth_header struct
21 u_int8_t ether_dhost[ETH_ALEN]; /* destination eth addr */
22 u_int8_t ether_shost[ETH_ALEN]; /* source ether addr */
23 u_int16_t ether_type; /* packet type ID field */
/dports/net/httpry/httpry-0.1.8/
H A Dtcp.h118 struct eth_header { struct
119 u_char ether_dhost[ETHER_ADDR_LEN]; /* destination host address */
120 u_char ether_shost[ETHER_ADDR_LEN]; /* source host address */
121 u_short ether_type; /* IP? ARP? RARP? etc */
/dports/net/zmap/zmap-2.1.1/src/probe_modules/
H A Dmodule_icmp_echo.c35 struct ether_header *eth_header = (struct ether_header *) buf; in icmp_echo_init_perthread() local
52 struct ether_header *eth_header = (struct ether_header *) buf; in icmp_echo_make_packet() local
H A Dmodule_tcp_synscan.c37 struct ether_header *eth_header = (struct ether_header *) buf; in synscan_init_perthread() local
50 struct ether_header *eth_header = (struct ether_header *)buf; in synscan_make_packet() local
H A Dmodule_icmp_echo_time.c43 struct ether_header *eth_header = (struct ether_header *) buf; in icmp_echo_init_perthread() local
60 struct ether_header *eth_header = (struct ether_header *) buf; in icmp_echo_make_packet() local
H A Dmodule_ntp.c34 struct ether_header *eth_header = (struct ether_header *) buf; in ntp_make_packet() local
182 struct ether_header *eth_header = (struct ether_header *) buf; in ntp_init_perthread() local
H A Dmodule_upnp.c42 struct ether_header *eth_header = (struct ether_header *) buf; in upnp_init_perthread() local
H A Dmodule_udp.c231 struct ether_header *eth_header = (struct ether_header *) buf; in udp_init_perthread() local
259 struct ether_header *eth_header = (struct ether_header *) buf; in udp_make_packet() local
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/impcap/
H A Deth_parser.c132 eth_header_t *eth_header = (eth_header_t *)packet; in eth_parse() local
/dports/net/tcptrace/tcptrace-508f73a/
H A Dtcpdump.c79 static struct ether_header eth_header; variable
/dports/net-mgmt/arpscan/arpscan-e59831a/
H A Darpscan.c58 struct eth_hdr eth_header; variable
/dports/emulators/qemu42/qemu-4.2.1/include/net/
H A Deth.h35 struct eth_header { struct
36 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
37 uint8_t h_source[ETH_ALEN]; /* source ether addr */
38 uint16_t h_proto; /* packet type ID field */
/dports/emulators/qemu/qemu-6.2.0/include/net/
H A Deth.h36 struct eth_header { struct
37 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
38 uint8_t h_source[ETH_ALEN]; /* source ether addr */
39 uint16_t h_proto; /* packet type ID field */
/dports/emulators/qemu60/qemu-6.0.0/include/net/
H A Deth.h36 struct eth_header { struct
37 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
38 uint8_t h_source[ETH_ALEN]; /* source ether addr */
39 uint16_t h_proto; /* packet type ID field */
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/net/
H A Deth.h35 struct eth_header { struct
36 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
37 uint8_t h_source[ETH_ALEN]; /* source ether addr */
38 uint16_t h_proto; /* packet type ID field */
/dports/emulators/qemu5/qemu-5.2.0/include/net/
H A Deth.h35 struct eth_header { struct
36 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
37 uint8_t h_source[ETH_ALEN]; /* source ether addr */
38 uint16_t h_proto; /* packet type ID field */
/dports/emulators/qemu-utils/qemu-4.2.1/include/net/
H A Deth.h35 struct eth_header { struct
36 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
37 uint8_t h_source[ETH_ALEN]; /* source ether addr */
38 uint16_t h_proto; /* packet type ID field */
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/net/
H A Deth.h35 struct eth_header { struct
36 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
37 uint8_t h_source[ETH_ALEN]; /* source ether addr */
38 uint16_t h_proto; /* packet type ID field */
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/net/
H A Deth.h36 struct eth_header { struct
37 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
38 uint8_t h_source[ETH_ALEN]; /* source ether addr */
39 uint16_t h_proto; /* packet type ID field */
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/net/
H A Deth.h35 struct eth_header { struct
36 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
37 uint8_t h_source[ETH_ALEN]; /* source ether addr */
38 uint16_t h_proto; /* packet type ID field */
/dports/net/tcpflow/tcpflow-1.5.0/src/
H A Ddatalink.cpp88 struct be13::ether_header *eth_header = (struct be13::ether_header *) p; in dl_ethernet() local

12