Home
last modified time | relevance | path

Searched refs:nmsg (Results 1 - 5 of 5) sorted by relevance

/third_party/toybox/toys/pending/
H A Dtcpsvd.c45 char *nmsg;
279 if ((ptr = strchr(TT.nmsg, ':'))) { in tcpsvd_main()
283 TT.maxc = atolx_range(TT.nmsg, 1, INT_MAX); in tcpsvd_main()
H A Dip.c498 #define NLMSG_TAIL(nmsg) \
499 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_peap.c810 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt() local
812 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_peap.c864 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt() local
866 if (nmsg == NULL) { in eap_peap_decrypt()
870 nhdr = wpabuf_put(nmsg, sizeof(*nhdr)); in eap_peap_decrypt()
871 wpabuf_put_buf(nmsg, in_decrypted); in eap_peap_decrypt()
878 in_decrypted = nmsg; in eap_peap_decrypt()
/third_party/toybox/generated/
H A Dglobals.h1033 char *nmsg; member

Completed in 12 milliseconds