Searched refs:nmsg (Results 1 - 12 of 12) 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/iproute2/include/
H A Dlibnetlink.h79 #define NLMSG_TAIL(nmsg) \
80 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_peap.c824 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_8/hostapd/src/eap_peer/
H A Deap_peap.c824 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_8/src/eap_peer/
H A Deap_peap.c824 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_8/wpa_supplicant/src/eap_peer/
H A Deap_peap.c824 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/dhcpcd/
H A Dif-linux.c415 #define NLMSG_TAIL(nmsg) \
416 ((struct rtattr *)(((ptrdiff_t)(nmsg))+NLMSG_ALIGN((nmsg)->nlmsg_len)))
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c324 #define NLMSG_TAIL(nmsg) \
325 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_peap.c1111 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;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_peap.c1088 struct wpabuf *nmsg; local
1118 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
1119 if (nmsg == NULL) {
1124 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
1126 in_decrypted = nmsg;
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_peap.c1088 struct wpabuf *nmsg; local
1118 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
1119 if (nmsg == NULL) {
1124 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
1126 in_decrypted = nmsg;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_peap.c1088 struct wpabuf *nmsg; local
1118 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
1119 if (nmsg == NULL) {
1124 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
1126 in_decrypted = nmsg;

Completed in 143 milliseconds