Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_is_in_not_enforced_ip_list()

Returns true if the given IP address is present in the list of not enforced IP addresses.

Syntax

#include "am_web.h"
AM_WEB_EXPORT boolean_t
am_web_is_in_not_enforced_ip_list(const char *ip);

Parameters

This function takes the following parameters:

ip

The IP address.

Returns

This function returns boolean_t with one of the following values:

true

If the IP is in the not enforced IP address list.

false

Otherwise.