Lines Matching refs:n6
612 u_int n1, n2, n3, n4, n5, n6; in tcp_emu() local
970 &n1, &n2, &n3, &n4, &n5, &n6, buff); in tcp_emu()
975 lport = htons((n5 << 8) | (n6)); in tcp_emu()
980 n6 = ntohs(so->so_fport); in tcp_emu()
982 n5 = (n6 >> 8) & 0xff; in tcp_emu()
983 n6 &= 0xff; in tcp_emu()
995 n1, n2, n3, n4, n5, n6, x==7?buff:""); in tcp_emu()
1002 &n1, &n2, &n3, &n4, &n5, &n6, buff); in tcp_emu()
1007 lport = htons((n5 << 8) | (n6)); in tcp_emu()
1012 n6 = ntohs(so->so_fport); in tcp_emu()
1014 n5 = (n6 >> 8) & 0xff; in tcp_emu()
1015 n6 &= 0xff; in tcp_emu()
1027 n1, n2, n3, n4, n5, n6, x==7?buff:""); in tcp_emu()