HomeSort by relevance Sort by last modified time
    Searched defs:NLMSG_TAIL (Results 1 - 3 of 3) sorted by null

  /external/iproute2/include/
libnetlink.h 157 #define NLMSG_TAIL(nmsg) \
  /external/dhcpcd-6.8.2/
if-linux.c 872 #define NLMSG_TAIL(nmsg) \
887 rta = NLMSG_TAIL(n);
909 rta = NLMSG_TAIL(n);
957 nla = (struct nlattr *)NLMSG_TAIL(n);
980 nla = (struct nlattr *)NLMSG_TAIL(n);
    [all...]
  /external/toybox/toys/pending/
ip.c 446 #ifndef NLMSG_TAIL
447 #define NLMSG_TAIL(nmsg) \
588 attr = NLMSG_TAIL(&request.mhdr);
595 struct rtattr *data = NLMSG_TAIL(&request.mhdr);
599 data->rta_len = (void *)NLMSG_TAIL(&request.mhdr) - (void *)data;
601 attr->rta_len = (void *)NLMSG_TAIL(&request.mhdr) - (void *)attr;
    [all...]

Completed in 190 milliseconds