Searched refs:hostUniq (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
H A Ddiscovery.c279 PPPoETag hostUniq; local
281 hostUniq.type = htons(TAG_HOST_UNIQ);
282 hostUniq.length = htons(sizeof(pid));
283 memcpy(hostUniq.payload, &pid, sizeof(pid));
285 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE);
447 PPPoETag hostUniq; local
449 hostUniq.type = htons(TAG_HOST_UNIQ);
450 hostUniq.length = htons(sizeof(pid));
451 memcpy(hostUniq.payload, &pid, sizeof(pid));
453 memcpy(cursor, &hostUniq, sizeo
[all...]
H A Dcommon.c424 PPPoETag hostUniq; local
426 hostUniq.type = htons(TAG_HOST_UNIQ);
427 hostUniq.length = htons(sizeof(pid));
428 memcpy(hostUniq.payload, &pid, sizeof(pid));
429 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE);

Completed in 57 milliseconds