Home | History | Annotate | Download | only in slirp

Lines Matching refs:n6

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