HomeSort by relevance Sort by last modified time
    Searched refs:relayId (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/plugins/rp-pppoe/
common.c 154 if (conn->relayId.type) {
156 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
157 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
158 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
159 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
discovery.c 166 conn->relayId.type = htons(type);
167 conn->relayId.length = htons(len);
168 memcpy(conn->relayId.payload, data, len);
246 conn->relayId.type = htons(type);
247 conn->relayId.length = htons(len);
248 memcpy(conn->relayId.payload, data, len);
515 if (conn->relayId.type) {
517 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
518 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE)
    [all...]
pppoe-discovery.c 417 conn->relayId.type = htons(type);
418 conn->relayId.length = htons(len);
419 memcpy(conn->relayId.payload, data, len);
pppoe.h 243 PPPoETag relayId; /* Ditto */

Completed in 165 milliseconds