Searched refs:TAG_HOST_UNIQ (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dpppoe.h125 #define TAG_HOST_UNIQ 0x0103 macro
310 tag->type = htons(TAG_HOST_UNIQ);
H A Dcommon.c233 case TAG_HOST_UNIQ:
H A Dpppoe-discovery.c323 if (type == TAG_HOST_UNIQ && len == ntohs(tag->length))
688 conn->hostUniq.type = htons(TAG_HOST_UNIQ);
H A Dplugin.c193 conn->hostUniq.type = htons(TAG_HOST_UNIQ);
H A Ddiscovery.c85 if (type == TAG_HOST_UNIQ && len == ntohs(tag->length))

Completed in 209 milliseconds