HomeSort by relevance Sort by last modified time
    Searched defs:nmsg (Results 1 - 4 of 4) sorted by null

  /external/qemu/slirp/
udp.c 410 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->answer = 0
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 824 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + local
826 if (nmsg == NULL) {
830 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
831 wpabuf_put_buf(nmsg, in_decrypted);
838 in_decrypted = nmsg;
843 struct wpabuf *nmsg; local
873 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
874 if (nmsg == NULL) {
879 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
881 in_decrypted = nmsg;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_peap.c 1111 struct wpabuf *nmsg; local
1141 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
1142 if (nmsg == NULL) {
1147 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
1149 in_decrypted = nmsg;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 3706 Message nmsg = mHandler.obtainMessage(CHECK_EXCESSIVE_WAKE_LOCKS_MSG); local
5700 Message nmsg = mHandler.obtainMessage(CHECK_EXCESSIVE_WAKE_LOCKS_MSG); local
    [all...]

Completed in 114 milliseconds