Home
last modified time | relevance | path

Searched refs:protocol_format (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/boot/loader/net/
H A DARP.cpp72 || header->protocol_format != htons(ETHERTYPE_IP) in HandleEthernetPacket()
171 header.protocol_format = htons(ETHERTYPE_IP); in _SendARPPacket()
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h112 uint16 protocol_format; /* Format of protocol address. */ member