Home | History | Annotate | Download | only in netinet

Lines Matching defs:whole

1896 	u_short whole;
1923 whole = 0;
1928 *t = htons((u_short)whole);
1934 *t = htons((u_short)whole);
1937 *t = htons((u_short)(whole >> 16));
1940 whole = 0;
1961 whole <<= 8;
1962 whole |= c;
1964 whole >>= 8;
1965 whole |= ((u_32_t)c) << 24;