taglinefilesource code
packet_buf79fs/ncpfs/sock.cunsigned char packet_buf[2];
packet_buf88fs/ncpfs/sock.cresult = _recvfrom(sock, (void *)packet_buf, 2, 1, 0,
packet_buf92fs/ncpfs/sock.c|| (packet_buf[1] != '?')
packet_buf110fs/ncpfs/sock.cpacket_buf[0], packet_buf[1]);
packet_buf112fs/ncpfs/sock.cpacket_buf[1] = 'Y';
packet_buf113fs/ncpfs/sock.cresult = _sendto(sock, (void *)packet_buf, 2, 1, 0,
packet_buf238fs/ncpfs/sock.cunsigned char packet_buf[2];
packet_buf247fs/ncpfs/sock.cresult = _recvfrom(sock, (void *)packet_buf, 2, 1, 0,
packet_buf258fs/ncpfs/sock.cpacket_buf[0], packet_buf[1]);