Searched refs:dhcpc_addstropt (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | dhcp.c | 860 static uint8_t *dhcpc_addstropt(uint8_t *optptr, uint8_t opcode, char* str, int len) in dhcpc_addstropt() function 1016 pend = dhcpc_addstropt(pend, DHCP_OPTION_VENDOR, vendor, strlen(vendor)); in dhcpc_sendmsg() 1017 …if (toys.optflags & FLAG_H) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strle… in dhcpc_sendmsg() 1031 pend = dhcpc_addstropt(pend, DHCP_OPTION_VENDOR, vendor, strlen(vendor)); in dhcpc_sendmsg() 1032 …if (toys.optflags & FLAG_H) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strle… in dhcpc_sendmsg()
|