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

  /external/libpcap/
nametoaddr.c 499 struct nodeent *getnodebyname();
500 struct nodeent *nep;
504 if (nep == ((struct nodeent *)0))
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 494 SLIST_HEAD(node_head, nodeent)
496 struct nodeent { struct
497 SLIST_ENTRY(nodeent) link;
503 np = yasm_xmalloc(sizeof(struct nodeent));
508 np = yasm_xmalloc(sizeof(struct nodeent));
520 np = yasm_xmalloc(sizeof(struct nodeent));
525 np = yasm_xmalloc(sizeof(struct nodeent));

Completed in 456 milliseconds