Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/netbiosns/
Dnetbiosns.c169 struct netbios_answer { struct
418 struct netbios_answer *resp; in netbiosns_recv()
420 q = pbuf_alloc(PBUF_TRANSPORT, sizeof(struct netbios_answer), PBUF_RAM); in netbiosns_recv()
423 resp = (struct netbios_answer *) q->payload; in netbiosns_recv()
446 …data_length = PP_HTONS(sizeof(struct netbios_answer) - offsetof(struct netbios_answ… in netbiosns_recv()