tag | line | file | source code |
packet_buf | 79 | fs/ncpfs/sock.c | unsigned char packet_buf[2]; |
packet_buf | 88 | fs/ncpfs/sock.c | result = _recvfrom(sock, (void *)packet_buf, 2, 1, 0, |
packet_buf | 92 | fs/ncpfs/sock.c | || (packet_buf[1] != '?') |
packet_buf | 110 | fs/ncpfs/sock.c | packet_buf[0], packet_buf[1]); |
packet_buf | 112 | fs/ncpfs/sock.c | packet_buf[1] = 'Y'; |
packet_buf | 113 | fs/ncpfs/sock.c | result = _sendto(sock, (void *)packet_buf, 2, 1, 0, |
packet_buf | 238 | fs/ncpfs/sock.c | unsigned char packet_buf[2]; |
packet_buf | 247 | fs/ncpfs/sock.c | result = _recvfrom(sock, (void *)packet_buf, 2, 1, 0, |
packet_buf | 258 | fs/ncpfs/sock.c | packet_buf[0], packet_buf[1]); |