Searched refs:nmsg (Results 1 – 6 of 6) sorted by relevance
157 #define NLMSG_TAIL(nmsg) \ argument158 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
44 char *nmsg;278 if ((ptr = strchr(TT.nmsg, ':'))) { in tcpsvd_main()282 TT.maxc = atolx_range(TT.nmsg, 1, INT_MAX); in tcpsvd_main()
447 #define NLMSG_TAIL(nmsg) \ argument448 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
806 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt() local808 if (nmsg == NULL) { in eap_peap_decrypt()812 nhdr = wpabuf_put(nmsg, sizeof(*nhdr)); in eap_peap_decrypt()813 wpabuf_put_buf(nmsg, in_decrypted); in eap_peap_decrypt()820 in_decrypted = nmsg; in eap_peap_decrypt()
872 #define NLMSG_TAIL(nmsg) \ argument873 ((struct rtattr *)(((ptrdiff_t)(nmsg))+NLMSG_ALIGN((nmsg)->nlmsg_len)))
777 char *nmsg; member