HomeSort by relevance Sort by last modified time
    Searched refs:nmsg (Results 1 - 5 of 5) sorted by null

  /external/iproute2/include/
libnetlink.h 194 #define NLMSG_TAIL(nmsg) \
195 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
  /external/toybox/toys/pending/
tcpsvd.c 45 char *nmsg;
279 if ((ptr = strchr(TT.nmsg, ':'))) {
283 TT.maxc = atolx_range(TT.nmsg, 1, INT_MAX);
ip.c 447 #define NLMSG_TAIL(nmsg) \
448 ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 810 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + local
812 if (nmsg == NULL) {
816 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
817 wpabuf_put_buf(nmsg, in_decrypted);
824 in_decrypted = nmsg;
    [all...]
  /external/toybox/generated/
globals.h 823 char *nmsg; member in struct:tcpsvd_data

Completed in 94 milliseconds