Searched refs:nmsg (Results 1 – 7 of 7) sorted by relevance
194 #define NLMSG_TAIL(nmsg) \ argument195 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
45 char *nmsg;279 if ((ptr = strchr(TT.nmsg, ':'))) { in tcpsvd_main()283 TT.maxc = atolx_range(TT.nmsg, 1, INT_MAX); in tcpsvd_main()
497 #define NLMSG_TAIL(nmsg) \ argument498 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
826 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt() local828 if (nmsg == NULL) { in eap_peap_decrypt()832 nhdr = wpabuf_put(nmsg, sizeof(*nhdr)); in eap_peap_decrypt()833 wpabuf_put_buf(nmsg, in_decrypted); in eap_peap_decrypt()840 in_decrypted = nmsg; in eap_peap_decrypt()
882 char *nmsg; member