OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:print_neighbors
(Results
1 - 2
of
2
) sorted by null
/external/libdrm/tests/
drmsl.c
109
static void
print_neighbors
(void *list, unsigned long key)
function
141
print_neighbors
(list, 0);
142
print_neighbors
(list, 50);
143
print_neighbors
(list, 51);
144
print_neighbors
(list, 123);
145
print_neighbors
(list, 200);
146
print_neighbors
(list, 213);
147
print_neighbors
(list, 256);
/external/tcpdump/
print-dvmrp.c
59
static int
print_neighbors
(netdissect_options *, const u_char *, const u_char *, u_int);
109
if (
print_neighbors
(ndo, bp, ep, len) < 0)
251
print_neighbors
(netdissect_options *ndo,
function
Completed in 3715 milliseconds