Searched refs:nmsg (Results 1 – 5 of 5) 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()
447 #define NLMSG_TAIL(nmsg) \ argument448 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
810 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt() local812 if (nmsg == NULL) { in eap_peap_decrypt()816 nhdr = wpabuf_put(nmsg, sizeof(*nhdr)); in eap_peap_decrypt()817 wpabuf_put_buf(nmsg, in_decrypted); in eap_peap_decrypt()824 in_decrypted = nmsg; in eap_peap_decrypt()
823 char *nmsg; member