Home
last modified time | relevance | path

Searched refs:IPProtocol (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/private/kernel/boot/net/
H A DIP.h20 virtual uint8 IPProtocol() const = 0;
H A DUDP.h83 virtual uint8 IPProtocol() const;
H A DTCP.h111 virtual uint8 IPProtocol() const;
/haiku/src/system/boot/loader/net/
H A DIP.cpp112 if (service->IPProtocol() == header->protocol) { in HandleEthernetPacket()
H A DUDP.cpp299 UDPService::IPProtocol() const in IPProtocol() function in UDPService
H A DTCP.cpp703 TCPService::IPProtocol() const in IPProtocol() function in TCPService