/*
* Copyright (C) 1993-2005 by Darren Reed.
* See the IPFILTER.LICENCE file for details on licencing.
*/
#include "ipf.h"
char *name;
{
struct protoent *p;
struct servent *s;
if (s != NULL) {
return 0;
}
return -1;
}
/*
* mappings for this protocol name match ports.
*/
if (s == NULL)
return -1;
return -1;
return 0;
}
if (s != NULL) {
return 0;
}
return -1;
}