Searched refs:ncphdr (Results 1 – 1 of 1) sorted by relevance
423 u8 *ncphdr = (u8 *)(ipx + 1); in ncp_connection_hack() local425 if (*ncphdr == 0x22 && *(ncphdr + 1) == 0x22) /* NCP request */ in ncp_connection_hack()426 connection = (((int) *(ncphdr + 5)) << 8) | (int) *(ncphdr + 3); in ncp_connection_hack()427 else if (*ncphdr == 0x77 && *(ncphdr + 1) == 0x77) /* BURST packet */ in ncp_connection_hack()428 connection = (((int) *(ncphdr + 9)) << 8) | (int) *(ncphdr + 8); in ncp_connection_hack()