Home
last modified time | relevance | path

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

/external/strace/
Dsocketutils.c535 get_sockaddr_by_inode_uncached(tcp, inode, getfdproto(tcp, fd)); in get_sockaddr_by_inode()
545 getfdproto(tcp, fd)); in print_sockaddr_by_inode()
Dnet.c97 switch (verbose(tcp) ? getfdproto(tcp, fd) : SOCK_PROTO_UNKNOWN) { in decode_sockbuf()
Dutil.c374 getfdproto(struct tcb *tcp, int fd) in getfdproto() function
Ddefs.h500 extern enum sock_proto getfdproto(struct tcb *, int);
DChangeLog2150 (getfdproto): Replace sprintf with xsprintf.
20033 * defs.h (decode_netlink, getfdproto): New prototypes.
20036 * util.c (getfdproto): Remove static keyword.
20479 Make getfdproto return enum instead of string.
20489 * util.c (getfdproto): Use it. Change return type to sock_proto.
34791 (getfdproto): New function.