HomeSort by: relevance | last modified time | path
    Searched defs:hostUniq (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/plugins/pppoe/
discovery.c 113 PPPoETag hostUniq = conn->hostUniq;
119 if (!conn->hostUniq.length) return 1;
121 parsePacket(packet, parseForHostUniq, &hostUniq);
122 return !hostUniq.length;
346 if (conn->hostUniq.length) {
347 int len = ntohs(conn->hostUniq.length);
349 memcpy(cursor, &conn->hostUniq, len + TAG_HDR_SIZE);
528 if (conn->hostUniq.length) {
529 int len = ntohs(conn->hostUniq.length)
    [all...]
pppoe.h 231 PPPoETag hostUniq; /* Use Host-Uniq tag */

Completed in 27 milliseconds