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