Home
last modified time | relevance | path

Searched defs:optptr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/toybox/toys/pending/
H A Ddhcp.c834 static uint8_t *dhcpc_addclientid(uint8_t *optptr) in dhcpc_addclientid()
844 static uint8_t *dhcpc_addmsgtype(uint8_t *optptr, uint8_t type) in dhcpc_addmsgtype()
853 static uint8_t *dhcpc_addmaxsize(uint8_t *optptr, uint16_t size) in dhcpc_addmaxsize()
861 static uint8_t *dhcpc_addstropt(uint8_t *optptr, uint8_t opcode, char* str, int len) in dhcpc_addstropt()
870 static uint8_t *dhcpc_addserverid(struct in_addr *serverid, uint8_t *optptr) in dhcpc_addserverid()
879 static uint8_t *dhcpc_addreqipaddr(struct in_addr *ipaddr, uint8_t *optptr) in dhcpc_addreqipaddr()
888 static uint8_t *dhcpc_addfdnname(uint8_t *optptr, char *hname) in dhcpc_addfdnname()
902 static uint8_t *dhcpc_addreqoptions(uint8_t *optptr) in dhcpc_addreqoptions()
925 static uint8_t *dhcpc_addend(uint8_t *optptr) in dhcpc_addend()
932 static uint8_t* set_xopt(uint8_t *optptr) in set_xopt()
[all …]
H A Ddhcpd.c1015 static uint8_t* set_optval(uint8_t *optptr, uint16_t opt, void *var, size_t len) in set_optval()
1026 static uint8_t* set_optval6(uint8_t *optptr, uint16_t opt, void *var, size_t len) in set_optval6()
1036 static uint8_t* get_optval(uint8_t *optptr, uint16_t opt, void *var) in get_optval()
1080 static uint8_t* get_optval6(uint8_t *optptr, uint16_t opt, uint16_t *datalen, void **var) in get_optval6()
1110 uint8_t len, *optptr; in get_reqparam() local
1121 static uint8_t* set_reqparam(uint8_t *optptr, uint8_t *list) in set_reqparam()
1588 char *optptr, msgtype = 0, *hstname = 0, transactionid[3] = {0}; in dhcpd_main() local
/aosp_15_r20/external/libcups/cups/
H A Dppd-mark.c63 cups_option_t *optptr; /* Current option */ in cupsMarkOptions() local
452 ppd_option_t *optptr; /* Current option */ in ppdFindOption() local
H A Dppd.c2936 *optptr, /* Option pointer */ in ppd_read() local
/aosp_15_r20/external/libcups/scheduler/
H A Dcups-lpd.c418 *optptr; /* Pointer to options on line */ in get_printer() local
H A Djob.c3627 char *optptr, /* Pointer to options */ in get_options() local
/aosp_15_r20/external/iputils/
H A Dping.c1137 unsigned char * optptr; in pr_options() local
/aosp_15_r20/external/libcups/backend/
H A Dipp.c205 *optptr, /* Pointer to URI options */ in main() local