Searched defs:optptr (Results 1 – 2 of 2) sorted by relevance
/third_party/toybox/toys/pending/ |
D | dhcp.c | 833 static uint8_t *dhcpc_addclientid(uint8_t *optptr) in dhcpc_addclientid() 843 static uint8_t *dhcpc_addmsgtype(uint8_t *optptr, uint8_t type) in dhcpc_addmsgtype() 852 static uint8_t *dhcpc_addmaxsize(uint8_t *optptr, uint16_t size) in dhcpc_addmaxsize() 860 static uint8_t *dhcpc_addstropt(uint8_t *optptr, uint8_t opcode, char* str, int len) in dhcpc_addstropt() 869 static uint8_t *dhcpc_addserverid(struct in_addr *serverid, uint8_t *optptr) in dhcpc_addserverid() 878 static uint8_t *dhcpc_addreqipaddr(struct in_addr *ipaddr, uint8_t *optptr) in dhcpc_addreqipaddr() 887 static uint8_t *dhcpc_addfdnname(uint8_t *optptr, char *hname) in dhcpc_addfdnname() 901 static uint8_t *dhcpc_addreqoptions(uint8_t *optptr) in dhcpc_addreqoptions() 924 static uint8_t *dhcpc_addend(uint8_t *optptr) in dhcpc_addend() 931 static uint8_t* set_xopt(uint8_t *optptr) in set_xopt() [all …]
|
D | dhcpd.c | 1036 static uint8_t* set_optval(uint8_t *optptr, uint16_t opt, void *var, size_t len) in set_optval() 1047 static uint8_t* set_optval6(uint8_t *optptr, uint16_t opt, void *var, size_t len) in set_optval6() 1057 static uint8_t* get_optval(uint8_t *optptr, uint16_t opt, void *var) in get_optval() 1101 static uint8_t* get_optval6(uint8_t *optptr, uint16_t opt, uint16_t *datalen, void **var) in get_optval6() 1131 uint8_t len, *optptr; in get_reqparam() local 1142 static uint8_t* set_reqparam(uint8_t *optptr, uint8_t *list) in set_reqparam() 1609 uint8_t *optptr, msgtype = 0; in dhcpd_main() local
|