Home
last modified time | relevance | path

Searched refs:subopt (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
52 static inline const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() argument
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
[all …]
/external/u-boot/common/
Dhwconfig.c184 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
192 return !!hwconfig_parse(arg, arglen, subopt, ",;", '=', NULL); in hwconfig_sub_f()
205 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() argument
214 return hwconfig_parse(arg, arglen, subopt, ",;", '=', subarglen); in hwconfig_subarg_f()
227 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
233 argstr = hwconfig_subarg_f(opt, subopt, &arglen, buf); in hwconfig_subarg_cmp_f()
/external/tcpdump/tests/
Ddhcpv6-ntp-server.out1 …r/time type 1 time 418354459 000c299ba153) (NTP-server subopt:1 2a01::1 subopt:2 ff05::101 subopt:…
/external/tcpdump/
Dprint-bootp.c605 uint8_t uc, subopt, suboptlen; in rfc1048_print() local
895 subopt = *bp++; in rfc1048_print()
900 tok2str(agent_suboption_values, "Unknown", subopt), in rfc1048_print()
901 subopt, in rfc1048_print()
908 tok2str(agent_suboption_values, "Unknown", subopt), in rfc1048_print()
909 subopt, in rfc1048_print()
911 switch (subopt) { in rfc1048_print()