Lines Matching refs:mt_real_func
129 return mt_real_func(socket)(domain, type, protocol); in socket()
152 return mt_real_func(close)(fd); in close()
165 return mt_real_func(connect)(fd, address, address_len); in connect()
182 return mt_real_func(read)(fd, buf, nbyte); in read()
199 return mt_real_func(write)(fd, buf, nbyte); in write()
217 return mt_real_func(sendto)(fd, message, length, flags, dest_addr, dest_len); in sendto()
236 return mt_real_func(recvfrom)(fd, buffer, length, flags, address, address_len); in recvfrom()
254 return mt_real_func(recv)(fd, buffer, length, flags); in recv()
271 return mt_real_func(send)(fd, buf, nbyte, flags); in send()
288 return mt_real_func(setsockopt)(fd, level, option_name, option_value, option_len); in setsockopt()
318 return mt_real_func(fcntl)(fd, cmd, arg); in fcntl()
341 return mt_real_func(listen)(sockfd, backlog); in listen()
352 return mt_real_func(bind)(sockfd, addr, addrlen); in bind()
363 return mt_real_func(accept)(fd, addr, addrlen); in accept()