HomeSort by relevance Sort by last modified time
    Searched full:nmsg (Results 1 - 8 of 8) 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/iproute2/include/
libnetlink.h 79 #define NLMSG_TAIL(nmsg) \
80 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 45 phLibNfc_Message_t nMsg;
156 memcpy(&pNew->nMsg, &((phDal4Nfc_Message_Wrapper_t*)msgp)->msg, sizeof(phLibNfc_Message_t));
206 memcpy(&((phDal4Nfc_Message_Wrapper_t*)msgp)->msg, &(pQueue->pItems)->nMsg, sizeof(phLibNfc_Message_t));
  /external/dhcpcd/
if-linux.c 223 #define NLMSG_TAIL(nmsg) \
224 ((struct rtattr *)(((ptrdiff_t)(nmsg))+NLMSG_ALIGN((nmsg)->nlmsg_len)))
  /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/
ActivityStack.java 264 Message nmsg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG);
265 nmsg.obj = msg.obj;
266 mHandler.sendMessageDelayed(nmsg, IDLE_TIMEOUT);
289 Message nmsg = mHandler.obtainMessage(LAUNCH_TIMEOUT_MSG);
290 mHandler.sendMessageDelayed(nmsg, LAUNCH_TIMEOUT);
    [all...]
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 140 milliseconds