OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socktypes
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
socktypes.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
socktypes
.in; do not edit. */
3
static const struct xlat
socktypes
[] = {
variable in typeref:struct:xlat
/external/strace/
net.c
99
#include "xlat/
socktypes
.h"
496
const char *str = xlookup(
socktypes
, flags & SOCK_TYPE_MASK);
Completed in 619 milliseconds