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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/rp-pppoe/
H A Ddiscovery.c179 conn->relayId.type = htons(type);
180 conn->relayId.length = htons(len);
181 memcpy(conn->relayId.payload, data, len);
263 conn->relayId.type = htons(type);
264 conn->relayId.length = htons(len);
265 memcpy(conn->relayId.payload, data, len);
590 if (conn->relayId.type) {
592 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
593 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dcommon.c550 if (conn->relayId.type) {
552 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
553 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
554 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
555 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
H A Dpppoe.h301 PPPoETag relayId; /* Ditto */ member in struct:PPPoEConnectionStruct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/plugins/rp-pppoe/
H A Ddiscovery.c179 conn->relayId.type = htons(type);
180 conn->relayId.length = htons(len);
181 memcpy(conn->relayId.payload, data, len);
263 conn->relayId.type = htons(type);
264 conn->relayId.length = htons(len);
265 memcpy(conn->relayId.payload, data, len);
590 if (conn->relayId.type) {
592 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
593 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dcommon.c550 if (conn->relayId.type) {
552 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
553 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
554 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
555 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
H A Dpppoe.h301 PPPoETag relayId; /* Ditto */ member in struct:PPPoEConnectionStruct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/rp-pppoe/
H A Ddiscovery.c179 conn->relayId.type = htons(type);
180 conn->relayId.length = htons(len);
181 memcpy(conn->relayId.payload, data, len);
263 conn->relayId.type = htons(type);
264 conn->relayId.length = htons(len);
265 memcpy(conn->relayId.payload, data, len);
590 if (conn->relayId.type) {
592 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
593 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dcommon.c550 if (conn->relayId.type) {
552 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
553 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
554 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
555 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
H A Dpppoe.h301 PPPoETag relayId; /* Ditto */ member in struct:PPPoEConnectionStruct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/rp-pppoe/
H A Ddiscovery.c179 conn->relayId.type = htons(type);
180 conn->relayId.length = htons(len);
181 memcpy(conn->relayId.payload, data, len);
263 conn->relayId.type = htons(type);
264 conn->relayId.length = htons(len);
265 memcpy(conn->relayId.payload, data, len);
590 if (conn->relayId.type) {
592 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
593 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dcommon.c550 if (conn->relayId.type) {
552 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
553 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
554 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
555 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
H A Dpppoe.h301 PPPoETag relayId; /* Ditto */ member in struct:PPPoEConnectionStruct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/rp-pppoe/
H A Ddiscovery.c179 conn->relayId.type = htons(type);
180 conn->relayId.length = htons(len);
181 memcpy(conn->relayId.payload, data, len);
263 conn->relayId.type = htons(type);
264 conn->relayId.length = htons(len);
265 memcpy(conn->relayId.payload, data, len);
590 if (conn->relayId.type) {
592 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
593 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dcommon.c550 if (conn->relayId.type) {
552 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
553 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
554 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
555 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/src/
H A Ddiscovery.c179 conn->relayId.type = htons(type);
180 conn->relayId.length = htons(len);
181 memcpy(conn->relayId.payload, data, len);
263 conn->relayId.type = htons(type);
264 conn->relayId.length = htons(len);
265 memcpy(conn->relayId.payload, data, len);
590 if (conn->relayId.type) {
592 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
593 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dpppoe-server.c189 static PPPoETag relayId; variable
452 relayId.type = htons(type);
453 relayId.length = htons(len);
454 memcpy(relayId.payload, data, len);
491 relayId.type = htons(type);
492 relayId.length = htons(len);
493 memcpy(relayId.payload, data, len);
657 relayId.type = 0;
754 if (relayId.type) {
755 CHECK_ROOM(cursor, pado.payload, ntohs(relayId
[all...]
H A Dcommon.c550 if (conn->relayId.type) {
552 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
553 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
554 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
555 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/src/
H A Ddiscovery.c179 conn->relayId.type = htons(type);
180 conn->relayId.length = htons(len);
181 memcpy(conn->relayId.payload, data, len);
263 conn->relayId.type = htons(type);
264 conn->relayId.length = htons(len);
265 memcpy(conn->relayId.payload, data, len);
590 if (conn->relayId.type) {
592 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
593 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dpppoe-server.c189 static PPPoETag relayId; variable
452 relayId.type = htons(type);
453 relayId.length = htons(len);
454 memcpy(relayId.payload, data, len);
491 relayId.type = htons(type);
492 relayId.length = htons(len);
493 memcpy(relayId.payload, data, len);
657 relayId.type = 0;
754 if (relayId.type) {
755 CHECK_ROOM(cursor, pado.payload, ntohs(relayId
[all...]
H A Dcommon.c550 if (conn->relayId.type) {
552 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
553 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
554 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
555 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/rp-pppoe/
H A Ddiscovery.c179 conn->relayId.type = htons(type);
180 conn->relayId.length = htons(len);
181 memcpy(conn->relayId.payload, data, len);
263 conn->relayId.type = htons(type);
264 conn->relayId.length = htons(len);
265 memcpy(conn->relayId.payload, data, len);
590 if (conn->relayId.type) {
592 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
593 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dcommon.c550 if (conn->relayId.type) {
552 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
553 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
554 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
555 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/
H A Ddiscovery.c179 conn->relayId.type = htons(type);
180 conn->relayId.length = htons(len);
181 memcpy(conn->relayId.payload, data, len);
263 conn->relayId.type = htons(type);
264 conn->relayId.length = htons(len);
265 memcpy(conn->relayId.payload, data, len);
590 if (conn->relayId.type) {
592 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
593 memcpy(cursor, &conn->relayId, ntohs(conn->relayId
[all...]
H A Dpppoe-server.c189 static PPPoETag relayId; variable
452 relayId.type = htons(type);
453 relayId.length = htons(len);
454 memcpy(relayId.payload, data, len);
491 relayId.type = htons(type);
492 relayId.length = htons(len);
493 memcpy(relayId.payload, data, len);
657 relayId.type = 0;
754 if (relayId.type) {
755 CHECK_ROOM(cursor, pado.payload, ntohs(relayId
[all...]
H A Dcommon.c550 if (conn->relayId.type) {
552 ntohs(conn->relayId.length) + TAG_HDR_SIZE);
553 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
554 cursor += ntohs(conn->relayId.length) + TAG_HDR_SIZE;
555 plen += ntohs(conn->relayId.length) + TAG_HDR_SIZE;

Completed in 158 milliseconds

12