13 calls to ip_address()
- comment_save in drupal-6.x/
modules/ comment/ comment.module - Accepts a submission of new or changed comment content.
- drupal_anonymous_user in drupal-6.x/
includes/ bootstrap.inc - Generates a default anonymous $user object.
- flood_is_allowed in drupal-6.x/
includes/ common.inc - Check if the current visitor (hostname/IP) is allowed to proceed with the specified event.
- flood_register_event in drupal-6.x/
includes/ common.inc - Register an event for the current visitor (hostname/IP) to the flood control mechanism.
- openid_verify_assertion_nonce in drupal-6.x/
modules/ openid/ openid.module - Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
- poll_cancel in drupal-6.x/
modules/ poll/ poll.module - Submit callback for poll_cancel_form
- poll_load in drupal-6.x/
modules/ poll/ poll.module - Implementation of hook_load().
- poll_vote in drupal-6.x/
modules/ poll/ poll.module - Submit handler for processing a vote
- sess_write in drupal-6.x/
includes/ session.inc - Writes an entire session to the database (internal use only).
- statistics_exit in drupal-6.x/
modules/ statistics/ statistics.module - Implementation of hook_exit().
- user_block_ip_action in drupal-6.x/
modules/ user/ user.module - Implementation of a Drupal action. Adds an access rule that blocks the user's IP address.
- watchdog in drupal-6.x/
includes/ bootstrap.inc - Log a system message.
- _drupal_bootstrap in drupal-6.x/
includes/ bootstrap.inc