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

  /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-pgm.c 165 u_int8_t opt_type, opt_len, flags1, flags2; local
472 opt_type = *bp++;
473 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
474 (void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK);
496 opt_type = *bp++;
512 switch (opt_type & PGM_OPT_MASK) {
740 (void)printf(" OPT_%02X [%d] ", opt_type, opt_len);
746 if (opt_type & PGM_OPT_END)
  /external/bluetooth/glib/gobject/
gparam.h 365 GType opt_type);
  /external/ppp/pppd/
pppd.h 90 enum opt_type { enum
102 enum opt_type 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 375 milliseconds