HomeSort by relevance Sort by last modified time
    Searched full:userclass (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/test/Analysis/inlining/
ObjCDynTypePopagation.m 86 @interface UserClass : NSObject
92 @implementation UserClass
  /external/dhcpcd/
if-options.c 78 {"userclass", required_argument, NULL, 'u'},
453 s = USERCLASS_MAX_LEN - ifo->userclass[0] - 1;
454 s = parse_string((char *)ifo->userclass +
455 ifo->userclass[0] + 2,
458 syslog(LOG_ERR, "userclass: %m");
462 ifo->userclass[ifo->userclass[0] + 1] = s;
463 ifo->userclass[0] += s + 1;
if-options.h 108 uint8_t userclass[USERCLASS_MAX_LEN + 2]; member in struct:if_options
dhcpcd.conf.5 283 .It Ic userclass Ar string
284 Tag the DHCP messages with the userclass.
dhcpcd.conf.5.in 271 .It Ic userclass Ar string
272 Tag the DHCP messages with the userclass.
dhcpcd.8 51 .Op Fl u , Fl Fl userclass Ar class
373 .It Fl u , Fl Fl userclass Ar class
374 Tags the DHCP message with the userclass
dhcpcd.8.in 51 .Op Fl u , Fl Fl userclass Ar class
359 .It Fl u , Fl Fl userclass Ar class
360 Tags the DHCP message with the userclass
dhcp.c 1016 if (ifo->userclass[0]) {
1018 memcpy(p, ifo->userclass, ifo->userclass[0] + 1);
1019 p += ifo->userclass[0] + 1;
    [all...]
dhcpcd.c 168 "\t\t[-u, --userclass class] [-v, --vendor code, value]\n"
    [all...]
  /external/dnsmasq/src/
lease.c 568 free(lease->userclass);
606 free(lease->userclass);
607 lease->userclass = NULL;
helper.c 311 if (lease->userclass)
383 memcpy(p, lease->userclass, uclass_len);
dnsmasq.h 420 unsigned char *vendorclass, *userclass, *supplied_hostname; member in struct:dhcp_lease
513 /* vendorclass, userclass, remote-id or cicuit-id */
rfc2131.c     [all...]
option.c 160 { "dhcp-userclass", 1, 0, 'j' },
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_mac.num 465 userClass 465
obj_dat.h     [all...]
objects.txt 960 pilotAttributeType 8 : : userClass
    [all...]
obj_mac.h     [all...]
  /external/openssl/crypto/objects/
obj_mac.num 465 userClass 465
obj_dat.h     [all...]
objects.txt 960 pilotAttributeType 8 : : userClass
    [all...]
  /prebuilts/tools/common/http-client/src/
commons-logging-1.1.1-src.zip 
  /external/dnsmasq/
dnsmasq.conf.example 220 # of whose DHCP userclass strings includes the substring "accounts"
221 #dhcp-userclass=red,accounts
CHANGELOG.archive     [all...]
  /external/dnsmasq/contrib/webmin/
dnsmasq.wbm     [all...]

Completed in 798 milliseconds

1 2