Home
last modified time | relevance | path

Searched defs:ethhdr (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libnet/
H A Dethernet.h27 struct ethhdr { struct
44 extern void fill_ethhdr(uint8_t * packet, uint16_t eth_type, argument
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libnet/
H A Dethernet.h27 struct ethhdr { struct
44 extern void fill_ethhdr(uint8_t * packet, uint16_t eth_type, argument
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libnet/
H A Dethernet.h27 struct ethhdr { struct
44 extern void fill_ethhdr(uint8_t * packet, uint16_t eth_type, argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libnet/
H A Dethernet.h27 struct ethhdr { struct
44 extern void fill_ethhdr(uint8_t * packet, uint16_t eth_type, argument
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libnet/
H A Dethernet.h27 struct ethhdr { struct
44 extern void fill_ethhdr(uint8_t * packet, uint16_t eth_type, argument
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libnet/
H A Dethernet.h27 struct ethhdr { struct
44 extern void fill_ethhdr(uint8_t * packet, uint16_t eth_type, argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libnet/
H A Dethernet.h27 struct ethhdr { struct
44 extern void fill_ethhdr(uint8_t * packet, uint16_t eth_type, argument
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/include/gpxe/
H A Dif_ether.h27 struct ethhdr { struct
29 uint8_t h_dest[ETH_ALEN];
31 uint8_t h_source[ETH_ALEN];
33 uint16_t h_protocol;
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dif_ether.h30 struct ethhdr { struct
32 uint8_t h_dest[ETH_ALEN];
34 uint8_t h_source[ETH_ALEN];
36 uint16_t h_protocol;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/
H A Dif_ether.h30 struct ethhdr { struct
32 uint8_t h_dest[ETH_ALEN];
34 uint8_t h_source[ETH_ALEN];
36 uint16_t h_protocol;
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Dif_ether.h30 struct ethhdr { struct
32 uint8_t h_dest[ETH_ALEN];
34 uint8_t h_source[ETH_ALEN];
36 uint16_t h_protocol;
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/
H A Dif_ether.h30 struct ethhdr { struct
32 uint8_t h_dest[ETH_ALEN];
34 uint8_t h_source[ETH_ALEN];
36 uint16_t h_protocol;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dif_ether.h30 struct ethhdr { struct
32 uint8_t h_dest[ETH_ALEN];
34 uint8_t h_source[ETH_ALEN];
36 uint16_t h_protocol;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/
H A Dif_ether.h30 struct ethhdr { struct
32 uint8_t h_dest[ETH_ALEN];
34 uint8_t h_source[ETH_ALEN];
36 uint16_t h_protocol;
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/
H A Dif_ether.h30 struct ethhdr { struct
32 uint8_t h_dest[ETH_ALEN];
34 uint8_t h_source[ETH_ALEN];
36 uint16_t h_protocol;
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Dif_ether.h30 struct ethhdr { struct
32 uint8_t h_dest[ETH_ALEN];
34 uint8_t h_source[ETH_ALEN];
36 uint16_t h_protocol;
/dports/net/tcptrace/tcptrace-508f73a/cygwin-includes/linux/
H A Dif_ether.h93 struct ethhdr struct
95 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
96 unsigned char h_source[ETH_ALEN]; /* source ether addr */
97 unsigned short h_proto; /* packet type ID field */
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dif_ether.h75 struct ethhdr { struct
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
78 __be16 h_proto;
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dif_ether.h75 struct ethhdr { struct
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
78 __be16 h_proto;
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/
H A Dethernet.c55 static inline int eth_is_llc_packet ( struct ethhdr *ethhdr ) { in eth_is_llc_packet()
80 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) ); in eth_push() local
104 struct ethhdr *ethhdr = iobuf->data; in eth_pull() local
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/
H A Dethernet.c55 static inline int eth_is_llc_packet ( struct ethhdr *ethhdr ) { in eth_is_llc_packet()
80 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) ); in eth_push() local
104 struct ethhdr *ethhdr = iobuf->data; in eth_pull() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/
H A Dethernet.c55 static inline int eth_is_llc_packet ( struct ethhdr *ethhdr ) { in eth_is_llc_packet()
80 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) ); in eth_push() local
104 struct ethhdr *ethhdr = iobuf->data; in eth_pull() local
/dports/net/ipxe/ipxe-2265a65/src/net/
H A Dethernet.c55 static inline int eth_is_llc_packet ( struct ethhdr *ethhdr ) { in eth_is_llc_packet()
80 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) ); in eth_push() local
104 struct ethhdr *ethhdr = iobuf->data; in eth_pull() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/
H A Dethernet.c55 static inline int eth_is_llc_packet ( struct ethhdr *ethhdr ) { in eth_is_llc_packet()
80 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) ); in eth_push() local
104 struct ethhdr *ethhdr = iobuf->data; in eth_pull() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/
H A Dethernet.c55 static inline int eth_is_llc_packet ( struct ethhdr *ethhdr ) { in eth_is_llc_packet()
80 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) ); in eth_push() local
104 struct ethhdr *ethhdr = iobuf->data; in eth_pull() local

12345678910