Home | History | Annotate | Download | only in slirp-android

Lines Matching defs:n6

767 	u_int n1, n2, n3, n4, n5, n6;
825 &n1, &n2, &n3, &n4, &n5, &n6, buff);
830 lport = (n5 << 8) | (n6);
835 n6 = so->so_faddr_port;
837 n5 = (n6 >> 8) & 0xff;
838 n6 &= 0xff;
850 n1, n2, n3, n4, n5, n6, x==7?buff:"");
857 &n1, &n2, &n3, &n4, &n5, &n6, buff);
862 lport = (n5 << 8) | (n6);
867 n6 = so->so_faddr_port;
869 n5 = (n6 >> 8) & 0xff;
870 n6 &= 0xff;
882 n1, n2, n3, n4, n5, n6, x==7?buff:"");