2 * Copyright (C) 1993-2005 by Darren Reed.
3 * See the IPFILTER.LICENCE file for details on licencing.
14 for (s
= name
; *s
!= '\0'; s
++)
22 * For some bogus reason, "ip" is 252 in /etc/protocols on AIX 5
24 if (!strcasecmp(name
, "ip"))
28 p
= getprotobyname(name
);