HomeSort by relevance Sort by last modified time
    Searched full:xlats (Results 1 - 1 of 1) sorted by null

  /external/strace/
netlink.c 96 const struct xlat *xlats = netlink_protocols; local
97 for (; xlats->str; ++xlats) {
98 const char *name = STR_STRIP_PREFIX(xlats->str, "NETLINK_");
100 return xlats->val;

Completed in 66 milliseconds