You are here

Functions in IP address fields 7

Primary tabs

Namesort descending Location Description Direct uses Strings
field_ipaddress_field_formatter_info ./field_ipaddress.module Implements hook_field_formatter_info().
field_ipaddress_field_formatter_view ./field_ipaddress.module Implements hook_field_formatter_view().
field_ipaddress_field_info ./field_ipaddress.module Implements hook_field_info().
field_ipaddress_field_is_empty ./field_ipaddress.module Implements hook_field_is_empty().
field_ipaddress_field_schema ./field_ipaddress.install Implements hook_field_schema().
field_ipaddress_field_widget_error ./field_ipaddress.module Implements hook_field_widget_error().
field_ipaddress_field_widget_form ./field_ipaddress.module Implements hook_field_widget_form().
field_ipaddress_field_widget_info ./field_ipaddress.module Implements hook_field_widget_info().
field_ipaddress_migrate_api ./field_ipaddress.module Implements hook_migrate_api().
_field_ipaddress_cidr2long ./field_ipaddress.module Converts a CIDR into a start address and end address. 1
_field_ipaddress_ip2long ./field_ipaddress.module Convert IP address in decimal form to long.
_field_ipaddress_long2cidr ./field_ipaddress.module Convert a start address and end address (as longs) into a CIDR. 2
_field_ipaddress_long2shorthand ./field_ipaddress.module Convert a start address and end address (as longs) into a smaller human readable string. 3
_field_ipaddress_minimum_cidr_prefix ./field_ipaddress.module Calculates the minimum CIDR prefix for a given IP address. The IP address is assumed to be the start of the block. 1
_field_ipaddress_shorthand2dottedquad ./field_ipaddress.module Take shorthand input and return the dotted quad start and end range. 1
_field_ipaddress_shorthand2long ./field_ipaddress.module 1
_field_ipaddress_validate_cidr ./field_ipaddress.module Validate a CIDR input. 1
_field_ipaddress_validate_long ./field_ipaddress.module Validate a long input. 1
_field_ipaddress_validate_shorthand ./field_ipaddress.module Validate a shorthand input. 1

Other projects