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/
H A Dnetbiosns.c119 struct netbios_question_hdr { struct
355 struct netbios_question_hdr *netbios_question_hdr = (struct netbios_question_hdr *)(netbios_hdr + 1); 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->encname)); in netbiosns_recv()
396 resp->resp_name.nametype = netbios_question_hdr in netbiosns_recv()
[all...]

Completed in 1 milliseconds