/external/dhcpcd/ |
if-options.c | 76 {"userclass", required_argument, NULL, 'u'}, 449 s = USERCLASS_MAX_LEN - ifo->userclass[0] - 1; 450 s = parse_string((char *)ifo->userclass + 451 ifo->userclass[0] + 2, 454 syslog(LOG_ERR, "userclass: %m"); 458 ifo->userclass[ifo->userclass[0] + 1] = s; 459 ifo->userclass[0] += s + 1;
|
if-options.h | 106 uint8_t userclass[USERCLASS_MAX_LEN + 2]; member in struct:if_options
|
dhcpcd.conf.5 | 259 .It Ic userclass Ar string 260 Tag the DHCP messages with the userclass.
|
dhcpcd.conf.5.in | 259 .It Ic userclass Ar string 260 Tag the DHCP messages with the userclass.
|
dhcpcd.8 | 45 .Op Fl u , -userclass Ar class 320 .It Fl u , -userclass Ar class 321 Tags the DHCP message with the userclass
|
dhcpcd.8.in | 45 .Op Fl u , -userclass Ar class 320 .It Fl u , -userclass Ar class 321 Tags the DHCP message with the userclass
|
dhcp.c | 944 if (ifo->userclass[0]) { 946 memcpy(p, ifo->userclass, ifo->userclass[0] + 1); 947 p += ifo->userclass[0] + 1;
|
dhcpcd.c | 161 " [-u userclass]\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/openssl/crypto/objects/ |
obj_mac.num | 465 userClass 465
|
obj_dat.h | [all...] |
objects.txt | 938 pilotAttributeType 8 : : userClass [all...] |
obj_mac.h | [all...] |
/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...] |
/external/dnsmasq/man/ |
dnsmasq.8 | 665 .B \-j, --dhcp-userclass=<network-id>,<user-class> [all...] |
/external/dnsmasq/man/es/ |
dnsmasq.8 | [all...] |
/external/dnsmasq/man/fr/ |
dnsmasq.8 | [all...] |
/external/openssl/include/openssl/ |
obj_mac.h | [all...] |