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

  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 279 PPPoETag hostUniq;
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;
449 hostUniq.type = htons(TAG_HOST_UNIQ);
450 hostUniq.length = htons(sizeof(pid));
451 memcpy(hostUniq.payload, &pid, sizeof(pid));
453 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE)
    [all...]
common.c 424 PPPoETag hostUniq;
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 619 milliseconds