Home
last modified time | relevance | path

Searched refs:h_protocol (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/net/
Dethernet.c61 ethhdr->h_protocol = net_proto; in eth_push()
94 *net_proto = ethhdr->h_protocol; in eth_pull()
/external/syslinux/gpxe/src/core/
Dgdbudp.c79 if ( ethhdr->h_protocol == htons ( ETH_P_ARP ) ) { in gdbudp_recv()
106 if ( ethhdr->h_protocol != htons ( ETH_P_IP ) ) { in gdbudp_recv()
201 ethhdr->h_protocol = htons ( ETH_P_IP ); in gdbudp_send()
/external/syslinux/gpxe/src/include/gpxe/
Dif_ether.h33 uint16_t h_protocol; member
/external/syslinux/gpxe/src/drivers/net/
Dlegacy.c35 ntohs ( ethhdr->h_protocol ), in legacy_transmit()