Searched refs:parts (Results 1 – 5 of 5) sorted by relevance
87 u_int parts[4]; in inet_aton() local88 u_int *pp = parts; in inet_aton()128 if (pp >= parts + 3) in inet_aton()145 n = pp - parts + 1; in inet_aton()155 if ((val > 0xffffff) || (parts[0] > 0xff)) in inet_aton()157 val |= parts[0] << 24; in inet_aton()161 if ((val > 0xffff) || (parts[0] > 0xff) || (parts[1] > 0xff)) in inet_aton()163 val |= (parts[0] << 24) | (parts[1] << 16); in inet_aton()167 if ((val > 0xff) || (parts[0] > 0xff) || (parts[1] > 0xff) || (parts[2] > 0xff)) in inet_aton()169 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8); in inet_aton()
46 in_addr_t parts[4], *pp = parts; in inet_network() local69 if (pp >= parts + 3) in inet_network()77 n = pp - parts; in inet_network()81 val |= parts[i] & 0xff; in inet_network()
32 } parts; member46 } parts; member57 (ix0) = ew_u.parts.msw; \58 (ix1) = ew_u.parts.lsw; \67 (i) = gh_u.parts.msw; \76 sh_u.parts.msw = (v); \
60 } parts; member78 } parts; member93 (ix0) = ew_u.parts.msw; \94 (ix1) = ew_u.parts.lsw; \111 (i) = gh_u.parts.msw; \120 (i) = gl_u.parts.lsw; \128 iw_u.parts.msw = (ix0); \129 iw_u.parts.lsw = (ix1); \147 sh_u.parts.msw = (v); \157 sl_u.parts.lsw = (v); \
22 parts/