Lines Matching refs:opt
669 bcm_xtlv_opts_t opt = BCM_XTLV_OPTION_IDBE | BCM_XTLV_OPTION_LENBE; in dhd_dump_wsc_message() local
672 WSC_ATTR_MSG, &msglen, opt); in dhd_dump_wsc_message()
1122 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_dhcp_dump() local
1148 opt = ptr++; in dhd_dhcp_dump()
1149 if (*opt == 0) { in dhd_dhcp_dump()
1156 if (*opt == DHCP_OPT_MSGTYPE) { in dhd_dhcp_dump()
1157 if (opt[1]) { in dhd_dhcp_dump()
1158 dhcp_type = opt[2]; in dhd_dhcp_dump()
1630 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_is_dhcp_pkt() local
1662 opt = ptr++; in dhd_is_dhcp_pkt()
1663 if (*opt == 0) { in dhd_is_dhcp_pkt()
1670 if (*opt == DHCP_OPT_MSGTYPE) { in dhd_is_dhcp_pkt()
1671 if (opt[1]) { in dhd_is_dhcp_pkt()