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

  /external/chromium_org/base/
guid_unittest.cc 29 std::string clientid = base::RandomDataToGUIDString(bytes); local
30 EXPECT_EQ("00000000-0000-0000-0000-000000000000", clientid);
35 std::string clientid = base::RandomDataToGUIDString(bytes); local
36 EXPECT_EQ("01234567-89AB-CDEF-FEDC-BA9876543210", clientid);
  /external/dhcpcd/
if-options.h 107 char clientid[CLIENTID_MAX_LEN + 2]; member in struct:if_options
dhcpcd.h 135 unsigned char *clientid; member in struct:interface
dhcpcd.c 162 "\t\t[-h, --hostname hostname] [-I, --clientid clientid]\n"
797 /* If we haven't specified a ClientID and our hardware address
798 * length is greater than DHCP_CHADDR_LEN then we enforce a ClientID
803 /* Firewire and InfiniBand interfaces require ClientID and
812 free(iface->clientid);
813 iface->clientid = NULL;
814 if (*ifo->clientid) {
815 iface->clientid = xmalloc(ifo->clientid[0] + 1)
    [all...]
dhcp.c 967 if (iface->clientid) {
969 memcpy(p, iface->clientid, iface->clientid[0] + 1);
970 p += iface->clientid[0] + 1;
    [all...]
if-options.c 92 {"clientid", optional_argument, NULL, 'I'},
203 /* If processing a string on the clientid, first byte should be
586 ifo->clientid[1] = 0;
588 s = parse_string_hwaddr((char *)ifo->clientid + 1,
593 syslog(LOG_ERR, "clientid: %m");
597 ifo->clientid[0] = (uint8_t)s;
net.c 261 free(iface->clientid);
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 82 __u64 clientid; member in struct:nfs_openargs
135 __u64 clientid; member in struct:nfs_lowner

Completed in 2838 milliseconds