| 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 | 97 | fs/ncpfs/sock.c | _recvfrom(sock, (void *)packet_buf, 2, 1, 0, |
| packet_buf | 115 | fs/ncpfs/sock.c | packet_buf[0], packet_buf[1]); |
| packet_buf | 117 | fs/ncpfs/sock.c | packet_buf[1] = 'Y'; |
| packet_buf | 118 | fs/ncpfs/sock.c | result = _sendto(sock, (void *)packet_buf, 2, 1, 0, |