OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relayId
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/plugins/rp-pppoe/
discovery.c
162
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
.length) + TAG_HDR_SIZE)
[
all
...]
common.c
455
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;
pppoe.h
269
PPPoETag
relayId
; /* Ditto */
Completed in 53 milliseconds