taglinefilesource code
conn_high386fs/ncpfs/sock.c(request.conn_high << 8) + request.conn_low,
conn_high493fs/ncpfs/sock.c(reply.conn_high << 8) + reply.conn_low,
conn_high503fs/ncpfs/sock.c&& (reply.conn_high == request.conn_high))))
conn_high602fs/ncpfs/sock.ch->conn_high = ((server->connection) & 0xff00) >> 8;
conn_high638fs/ncpfs/sock.ch->conn_high = 0xff;
conn_high648fs/ncpfs/sock.cserver->connection = h->conn_low + (h->conn_high * 256);
conn_high663fs/ncpfs/sock.ch->conn_high = ((server->connection) & 0xff00) >> 8;
conn_high26include/linux/ncp.h__u8    conn_high __attribute__ ((packed));
conn_high39include/linux/ncp.h__u8    conn_high        __attribute__ ((packed));