Lines Matching refs:IN_LOOPBACK
196 #ifndef IN_LOOPBACK
197 # define IN_LOOPBACK(addr) (addr == 0x7f000001L)
829 if (IN_LOOPBACK (ntohl (sin->sin_addr.s_addr)))
832 "check_host: remote host is IN_LOOPBACK: access granted\n");
845 if (IN_LOOPBACK (ntohl (sin->sin_addr.s_addr)))
848 "check_host: remote host is IN_LOOPBACK: access granted\n");
866 DBG (DBG_DBG, "check_host: remote host is not IN_LOOPBACK"
1176 if (IN_LOOPBACK (ntohl (sin.sin_addr.s_addr)))
1179 "check_host: remote host is IN_LOOPBACK: access accepted\n");
1182 DBG (DBG_DBG, "check_host: remote host is not IN_LOOPBACK\n");