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

Lines Matching refs:n6

643 	u_int n1, n2, n3, n4, n5, n6;
701 &n1, &n2, &n3, &n4, &n5, &n6, buff);
706 lport = (n5 << 8) | (n6);
711 n6 = so->so_faddr_port;
713 n5 = (n6 >> 8) & 0xff;
714 n6 &= 0xff;
726 n1, n2, n3, n4, n5, n6, x==7?buff:"");
733 &n1, &n2, &n3, &n4, &n5, &n6, buff);
738 lport = (n5 << 8) | (n6);
743 n6 = so->so_faddr_port;
745 n5 = (n6 >> 8) & 0xff;
746 n6 &= 0xff;
758 n1, n2, n3, n4, n5, n6, x==7?buff:"");