Code Search for Developers
 
 
  

iptables_common.h from openap at Krugle


Show iptables_common.h syntax highlighted

#ifndef _IPTABLES_COMMON_H
#define _IPTABLES_COMMON_H
/* Shared definitions between ipv4 and ipv6. */

enum exittype {
	OTHER_PROBLEM = 1,
	PARAMETER_PROBLEM,
	VERSION_PROBLEM
};
extern void exit_printhelp() __attribute__((noreturn));
extern void exit_tryhelp(int) __attribute__((noreturn));
int check_inverse(const char option[], int *invert, int *optind, int argc);
extern int string_to_number(const char *, 
			    unsigned int, 
			    unsigned int,
			    unsigned int *);
extern int iptables_insmod(const char *modname, const char *modprobe);
void exit_error(enum exittype, char *, ...)__attribute__((noreturn,
							  format(printf,2,3)));
extern const char *program_name, *program_version;

#ifdef NO_SHARED_LIBS
# ifdef _INIT
#  define _init _INIT
# endif
  extern void init_extensions(void);
#endif

#endif /*_IPTABLES_COMMON_H*/




See more files for this project here

openap

OpenAP is the complete distribution of open-source software that is required to produce a fully 802.11b compliant wireless access point. OpenAP is also a platform on which developers and hobbyists may realize their ideas. Since the build environment and s

Project homepage: http://savannah.nongnu.org/projects/openap
Programming language(s): Assembly,C
License: gpl2

  libippool/
    ip_pool_support.h
  libipq/
    ip_queue_64.h
    libipq.h
  libiptc/
    ipt_kernel_headers.h
    libip6tc.h
    libiptc.h
  libipulog/
    libipulog.h
  linux/
    netfilter_ipv4/
      ipt_DSCP.h
      ipt_ECN.h
      ipt_FTOS.h
      ipt_SAME.h
      ipt_TCPMSS.h
      ipt_TTL.h
      ipt_ULOG.h
      ipt_ah.h
      ipt_dscp.h
      ipt_esp.h
      ipt_iplimit.h
      ipt_length.h
      ipt_tcpmss.h
      ipt_ttl.h
    netfilter_ipv6/
      ip6t_REJECT.h
      ip6t_length.h
      ip6t_owner.h
  ip6tables.h
  iptables.h
  iptables_common.h