Searched refs:chk_addr_ret (Results 1 – 2 of 2) sorted by relevance
462 int chk_addr_ret; in raw_bind() local466 chk_addr_ret = inet_addr_type(addr->sin_addr.s_addr); in raw_bind()468 if (addr->sin_addr.s_addr && chk_addr_ret != RTN_LOCAL && in raw_bind()469 chk_addr_ret != RTN_MULTICAST && chk_addr_ret != RTN_BROADCAST) in raw_bind()472 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in raw_bind()
478 int chk_addr_ret; in inet_bind() local488 chk_addr_ret = inet_addr_type(addr->sin_addr.s_addr); in inet_bind()500 chk_addr_ret != RTN_LOCAL && in inet_bind()501 chk_addr_ret != RTN_MULTICAST && in inet_bind()502 chk_addr_ret != RTN_BROADCAST) in inet_bind()525 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in inet_bind()