read_packet 3063 source3/include/proto.h struct packet_struct *read_packet(int fd,enum packet_type packet_type); read_packet 1108 source3/libsmb/nmblib.c return(read_packet(fd,type)); read_packet 1817 source3/nmbd/nmbd_packets.c struct packet_struct *packet = read_packet(sock_array[i], NMB_PACKET); read_packet 1844 source3/nmbd/nmbd_packets.c struct packet_struct *packet = read_packet(sock_array[i], DGRAM_PACKET);