Searched refs:conn_low (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dncp.h25 __u8 conn_low; member in struct:ncp_request_header
39 __u8 conn_low; member in struct:ncp_reply_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dsock.c171 return rp->conn_low | (rp->conn_high << 8);
258 h->conn_low = server->connection;
645 if ((((struct ncp_reply_header*)server->rxbuf)->conn_low | (((struct ncp_reply_header*)server->rxbuf)->conn_high << 8)) != server->connection) {
842 server->connection = h->conn_low + (h->conn_high * 256);

Completed in 103 milliseconds