Searched refs:AddTag (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp167 discovery.AddTag(SERVICE_NAME, ServiceName(), strlen(ServiceName()));
169 discovery.AddTag(SERVICE_NAME, NULL, 0);
170 discovery.AddTag(HOST_UNIQ, &fHostUniq, sizeof(fHostUniq));
171 discovery.AddTag(END_OF_LIST, NULL, 0);
256 discovery.AddTag(END_OF_LIST, NULL, 0);
467 reply.AddTag(tag->type, tag->data, tag->length);
477 reply.AddTag(tag->type, tag->data, tag->length);
483 reply.AddTag(tag->type, tag->data, tag->length);
505 dprintf("reply.AddTag\n");
506 reply.AddTag(HOST_UNI
[all...]
H A DDiscoveryPacket.h63 bool AddTag(uint16 type, const void *data, uint16 length, int32 index = -1);
H A DDiscoveryPacket.cpp52 AddTag(ntohs(tag->type), tag->data, ntohs(tag->length));
67 DiscoveryPacket::AddTag(uint16 type, const void *data, uint16 length, int32 index) function in class:DiscoveryPacket

Completed in 34 milliseconds