Home
last modified time | relevance | path

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

/external/strace/
Dsocketutils.c583 get_sockaddr_by_inode_uncached(tcp, inode, getfdproto(tcp, fd)); in get_sockaddr_by_inode()
593 getfdproto(tcp, fd)); in print_sockaddr_by_inode()
Dnet.c109 switch (verbose(tcp) ? getfdproto(tcp, fd) : SOCK_PROTO_UNKNOWN) { in decode_sockbuf()
Dutil.c382 getfdproto(struct tcb *tcp, int fd) in getfdproto() function
Ddefs.h613 extern enum sock_proto getfdproto(struct tcb *, int);
DChangeLog9712 (getfdproto): Replace sprintf with xsprintf.
27595 * defs.h (decode_netlink, getfdproto): New prototypes.
27598 * util.c (getfdproto): Remove static keyword.
28041 Make getfdproto return enum instead of string.
28051 * util.c (getfdproto): Use it. Change return type to sock_proto.
42353 (getfdproto): New function.