Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcp.c833 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 …]
Ddhcpd.c1036 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
/external/libcups/cups/
Dppd-mark.c63 cups_option_t *optptr; /* Current option */ in cupsMarkOptions() local
452 ppd_option_t *optptr; /* Current option */ in ppdFindOption() local
Dppd.c2871 *optptr, /* Option pointer */ in ppd_read() local
/external/libcups/scheduler/
Dcups-lpd.c418 *optptr; /* Pointer to options on line */ in get_printer() local
Djob.c3635 char *optptr, /* Pointer to options */ in get_options() local
/external/iputils/
Dping.c1137 unsigned char * optptr; in pr_options() local
/external/ppp/pppd/
Doptions.c779 char **optptr = (char **)(opt->addr); local
/external/libcups/backend/
Dipp.c204 *optptr, /* Pointer to URI options */ in main() local