Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.cpp62 free(TagAt(index)); in ~DiscoveryPacket()
102 DiscoveryPacket::TagAt(int32 index) const in TagAt() function in DiscoveryPacket
119 tag = TagAt(index); in TagWithType()
153 tag = TagAt(index); in ToNetBuffer()
H A DDiscoveryPacket.h67 pppoe_tag *TagAt(int32 index) const;
H A Dpppoe.cpp72 tag = discovery.TagAt(index); in SendQueryPacket()
H A DPPPoEDevice.cpp456 tag = discovery.TagAt(index); in Receive()