Home
last modified time | relevance | path

Searched refs:getfdproto (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dutil.c568 getfdproto(struct tcb *tcp, int fd) in getfdproto() function
615 getfdproto(tcp, fd); in printfd()
Dnet.c111 switch (verbose(tcp) ? getfdproto(tcp, fd) : SOCK_PROTO_UNKNOWN) { in decode_sockbuf()
Ddefs.h492 extern enum sock_proto getfdproto(struct tcb *, int);
DChangeLog8405 * defs.h (decode_netlink, getfdproto): New prototypes.
8408 * util.c (getfdproto): Remove static keyword.
8851 Make getfdproto return enum instead of string.
8861 * util.c (getfdproto): Use it. Change return type to sock_proto.
23163 (getfdproto): New function.