Searched refs:inode_of_sockfd (Results 1 – 25 of 25) sorted by relevance
64 unsigned long listen_inode = inode_of_sockfd(listen_fd); in main()98 unsigned long connect_inode = inode_of_sockfd(connect_fd); in main()114 unsigned long accept_inode = inode_of_sockfd(accept_fd); in main()153 connect_inode = inode_of_sockfd(connect_fd); in main()185 accept_inode = inode_of_sockfd(accept_fd); in main()
64 unsigned long listen_inode = inode_of_sockfd(listen_fd); in main()99 unsigned long connect_inode = inode_of_sockfd(connect_fd); in main()115 unsigned long accept_inode = inode_of_sockfd(accept_fd); in main()157 connect_inode = inode_of_sockfd(connect_fd); in main()188 accept_inode = inode_of_sockfd(accept_fd); in main()
74 const unsigned long listen_inode = inode_of_sockfd(listen_fd); in main()112 const unsigned long connect_inode = inode_of_sockfd(connect_fd); in main()
40 inode_of_sockfd(const int fd) in inode_of_sockfd() function
59 const unsigned long inode = inode_of_sockfd(fd); in main()
163 unsigned long inode_of_sockfd(int);
60 inode_of_sockfd.c \
221 libtests_a-inode_of_sockfd.$(OBJEXT) \3436 inode_of_sockfd.c \6935 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtests_a-inode_of_sockfd.Po@am__quote@7468 libtests_a-inode_of_sockfd.o: inode_of_sockfd.c7469 …inode_of_sockfd.o -MD -MP -MF $(DEPDIR)/libtests_a-inode_of_sockfd.Tpo -c -o libtests_a-inode_of_s…7470 …_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtests_a-inode_of_sockfd.Tpo $(DEPDIR)/libtests_a-inode_of_…7473 …CFLAGS) $(CFLAGS) -c -o libtests_a-inode_of_sockfd.o `test -f 'inode_of_sockfd.c' || echo '$(srcdi…7475 libtests_a-inode_of_sockfd.obj: inode_of_sockfd.c7476 …(CFLAGS) -MT libtests_a-inode_of_sockfd.obj -MD -MP -MF $(DEPDIR)/libtests_a-inode_of_sockfd.Tpo -…7477 …_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtests_a-inode_of_sockfd.Tpo $(DEPDIR)/libtests_a-inode_of_…[all …]
7752 * tests/inode_of_sockfd.c: Likewise.32288 (main): Remove invocation of inode_of_sockfd and passing of listening32892 tests: add inode_of_sockfd function to libtests.32893 * tests/tests.h (inode_of_sockfd): New prototype.32894 * tests/inode_of_sockfd.c: New file.