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

  /external/strace/xlat/
netlink_states.h 1 /* Generated by ./xlat/gen.sh from ./xlat/netlink_states.in; do not edit. */
25 # error static const struct xlat netlink_states in mpers mode
30 const struct xlat netlink_states[] = {
  /external/strace/
netlink_netlink_diag.c 42 #include "xlat/netlink_states.h"
171 netlink_states, "NETLINK_???");
  /external/toybox/toys/pending/
lsof.c 155 char *netlink_states[] = { local
167 strdup(state < ARRAY_LEN(netlink_states) ? netlink_states[state] : "?");

Completed in 784 milliseconds