OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socketlayers
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
socketlayers.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
socketlayers
.in; do not edit. */
3
static const struct xlat
socketlayers
[] = {
variable in typeref:struct:xlat
/external/strace/
net.c
104
#include "xlat/
socketlayers
.h"
105
/*** WARNING: DANGER WILL ROBINSON: NOTE "
socketlayers
" array above
318
printxval(
socketlayers
, cmsg->cmsg_level, "SOL_???");
908
printxval(
socketlayers
, tcp->u_arg[1], "SOL_???");
1061
printxval(
socketlayers
, level, "SOL_??");
Completed in 39 milliseconds