Searched refs:sessionid (Results 1 – 2 of 2) sorted by relevance
/external/libppp/src/ |
D | ether.c | 220 char *end, unknown[14], sessionid[5]; in ether_MessageIn() local 277 snprintf(sessionid, sizeof sessionid, "%04x", *(u_int16_t *)sts); in ether_MessageIn() 278 if (setenv("SESSIONID", sessionid, 1) != 0) in ether_MessageIn() 280 sessionid); in ether_MessageIn() 282 slot = strtoul(sessionid, &end, 16); in ether_MessageIn() 283 if (end != sessionid && *end == '\0') in ether_MessageIn() 447 char *path, *sessionid; in ether_Create() local 719 if ((sessionid = getenv("SESSIONID")) != NULL) { in ether_Create() 723 slot = strtoul(sessionid, &end, 16); in ether_Create() 724 dev->slot = end != sessionid && *end == '\0' ? slot : 0; in ether_Create()
|
/external/chromium/third_party/libjingle/ |
D | libjingle.gyp | 383 'source/talk/p2p/base/sessionid.h',
|