Searched defs:nmsg (Results 1 - 4 of 4) sorted by relevance

/external/qemu/slirp/
H A Dudp.c410 CTL_MSG *nmsg; local
468 nmsg = (CTL_MSG *) buff;
475 nmsg = mtod(m, CTL_MSG *);
476 type = nmsg->type;
477 OTOSIN(nmsg, ctl_addr)->sin_port = addr.sin_port;
478 OTOSIN(nmsg, ctl_addr)->sin_addr = our_addr;
479 pstrcpy(nmsg->l_name, NAME_SIZE_OLD, getlogin());
486 COPY_MSG(nmsg, omsg);
487 nmsg->vers = 1;
488 nmsg
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_peap.c802 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + local
804 if (nmsg == NULL) {
808 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
809 wpabuf_put_buf(nmsg, in_decrypted);
816 in_decrypted = nmsg;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_peap.c802 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + local
804 if (nmsg == NULL) {
808 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
809 wpabuf_put_buf(nmsg, in_decrypted);
816 in_decrypted = nmsg;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_peap.c802 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + local
804 if (nmsg == NULL) {
808 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
809 wpabuf_put_buf(nmsg, in_decrypted);
816 in_decrypted = nmsg;

Completed in 103 milliseconds