HomeSort by relevance Sort by last modified time
    Searched refs:opt_type (Results 1 - 12 of 12) sorted by null

  /system/core/logwrapper/include/logwrap/
logwrap.h 81 int opt_type; member in struct:AndroidForkExecvpOption
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 96 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize)
101 if ((ret = option_find1(&mess->options[0], ((unsigned char *)mess) + size, opt_type, minsize)))
110 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize)))
115 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize)))
  /external/tcpdump/
print-geneve.c 95 uint8_t opt_type; local
102 opt_type = *(bp + 2);
106 format_opt_class(opt_class), opt_class, opt_type,
107 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len));
print-pgm.c 163 uint8_t opt_type, opt_len; local
478 opt_type = *bp++;
479 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
480 ND_PRINT((ndo, "[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK));
502 opt_type = *bp++;
518 switch (opt_type & PGM_OPT_MASK) {
798 ND_PRINT((ndo, " OPT_%02X [%d] ", opt_type, opt_len));
804 if (opt_type & PGM_OPT_END)
  /external/wpa_supplicant_8/src/ap/
ndisc_snoop.c 30 u8 opt_type; member in struct:icmpv6_ndmsg
113 if (msg->opt_type != SOURCE_LL_ADDR)
  /external/v8/tools/
codemap.js 269 * @param {string} opt_type Code entry type, e.g. SHARED_LIB, CPP.
272 CodeMap.CodeEntry = function(size, opt_name, opt_type) {
275 this.type = opt_type || '';
  /system/core/logwrapper/
logwrap.c 363 if (opts[i].opt_type == FORK_EXECVP_OPTION_CAPTURE_OUTPUT) {
543 if (opts[i].opt_type == FORK_EXECVP_OPTION_INPUT) {
565 if (opts[i].opt_type == FORK_EXECVP_OPTION_INPUT) {
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 200 %type <output_type> opt_type type
385 opt_vma_and_type : exp opt_type
390 | opt_type
397 opt_type : '(' type ')'
  /system/netd/server/
NetdConstants.cpp 130 .opt_type = FORK_EXECVP_OPTION_INPUT,
  /external/ppp/pppd/
pppd.h 90 enum opt_type { enum
102 enum opt_type type;
    [all...]
  /external/fio/
goptions.c 18 unsigned int opt_type; member in struct:gopt
165 gopt->opt_type = type;
1335 switch (gopt->opt_type) {
    [all...]
  /external/dnsmasq/src/
rfc2131.c 95 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize);
    [all...]

Completed in 775 milliseconds