Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
* @param routeList a string specifying the forbidden networks
* @return the converted list, NULL if the synatx is flawed
*/
CIDR6Network * parseRoutes6(const char * routeList);
CIDR6Network * parseRoutes6(char * routeList);
}
ok = SYSERR;
MUTEX_LOCK(&tcp6lock);
int sucess;
if (tcp6Session->wpos > 0) {
ret = 0;
} else {
#endif
/* quick test of the packet, if failed, repeat! */
if (size != ntohs(udp6m.size)) {
char * tmp = MALLOC(INET6_ADDRSTRLEN);
LOG(LOG_WARNING,
_("Packed received from %s:%d (UDP6) failed format check."),
inet_ntop(AF_INET6,
* @param ip the IP to check (in network byte order)
* @return NO if the IP is not in the list, YES if it it is
int checkIP6Listed(CIDR6Network * list,
int checkIP6Listed(const CIDR6Network * list,
IP6addr * ip) {
const IP6addr * ip) {
unsigned int i;
unsigned int j;
struct in6_addr zero;