Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/netbiosns/
Dnetbiosns.c119 struct netbios_question_hdr { struct
355 …struct netbios_question_hdr *netbios_question_hdr = (struct netbios_question_hdr *)(netbios_hdr + … in netbiosns_recv() local
358 if (p->len < (sizeof(struct netbios_hdr) + sizeof(struct netbios_question_hdr))) { in netbiosns_recv()
371 …netbiosns_name_decode((char *)(netbios_question_hdr->encname), netbios_name, sizeof(netbios_name)); in netbiosns_recv()
373 if (netbios_question_hdr->type == PP_HTONS(NETB_QTYPE_NB)) { in netbiosns_recv()
395 …MEMCPY( resp->resp_name.encname, netbios_question_hdr->encname, sizeof(netbios_question_hdr->encna… in netbiosns_recv()
396 resp->resp_name.nametype = netbios_question_hdr->nametype; in netbiosns_recv()
397 resp->resp_name.type = netbios_question_hdr->type; in netbiosns_recv()
398 resp->resp_name.cls = netbios_question_hdr->cls; in netbiosns_recv()
412 } else if (netbios_question_hdr->type == PP_HTONS(NETB_QTYPE_NBSTAT)) { in netbiosns_recv()
[all …]