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

/external/ppp/pppd/plugins/rp-pppoe/
H A Ddiscovery.c162 conn->relayId.type = htons(type);
163 conn->relayId.length = htons(len);
164 memcpy(conn->relayId.payload, data, len);
227 conn->relayId.type = htons(type);
228 conn->relayId.length = htons(len);
229 memcpy(conn->relayId.payload, data, len);
467 if (conn->relayId.type) {
469 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
470 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dcommon.c455 if (conn->relayId.type) {
457 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
458 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
459 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
460 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
H A Dpppoe.h269 PPPoETag relayId; /* Ditto */ member in struct:PPPoEConnectionStruct

Completed in 265 milliseconds