| /NextBSD/contrib/ipfilter/ |
| HD | ipf.h | 85 #ifndef __P 87 # define __P(x) x macro 89 # define __P(x) () macro 197 typedef int (* ioctlfunc_t) __P((int, ioctlcmd_t, ...)); 199 typedef int (* ioctlfunc_t) __P((dev_t, ioctlcmd_t, void *)); 201 typedef int (* addfunc_t) __P((int, ioctlfunc_t, void *)); 202 typedef int (* copyfunc_t) __P((void *, void *, size_t)); 209 extern int ioctl __P((int, int, void *)); 229 extern int addicmp __P((char ***, struct frentry *, int)); 230 extern int addipopt __P((char *, struct ipopt_names *, int, char *)); [all …]
|
| HD | ipt.h | 14 #ifndef __P 17 # define __P(x) x macro 19 # define __P(x) () macro 27 int (*r_open) __P((char *)); 28 int (*r_close) __P((void)); 29 int (*r_readip) __P((mb_t *, char **, int *)); 36 # undef __P
|
| HD | kmem.h | 13 #ifndef __P 15 # define __P(x) x macro 17 # define __P(x) () macro 20 extern int openkmem __P((char *, char *)); 21 extern int kmemcpy __P((char *, long, int)); 22 extern int kstrncpy __P((char *, long, int));
|
| HD | md5.h | 44 #ifndef __P 46 # define __P(x) x macro 48 # define __P(x) () macro 67 extern void MD5Init __P((MD5_CTX *)); 68 extern void MD5Update __P((MD5_CTX *, unsigned char *, unsigned int)); 69 extern void MD5Final __P((unsigned char *, MD5_CTX *));
|
| HD | radix_ipf.h | 84 extern void *ipf_rx_create __P((void)); 85 extern int ipf_rx_init __P((void *)); 86 extern void ipf_rx_destroy __P((void *)); 87 extern int ipf_rx_inithead __P((radix_softc_t *, ipf_rdx_head_t **)); 88 extern void ipf_rx_freehead __P((ipf_rdx_head_t *)); 89 extern ipf_rdx_node_t *ipf_rx_addroute __P((ipf_rdx_head_t *, 92 extern ipf_rdx_node_t *ipf_rx_delete __P((ipf_rdx_head_t *, addrfamily_t *, 94 extern void ipf_rx_walktree __P((ipf_rdx_head_t *, radix_walk_func_t,
|
| /NextBSD/contrib/opie/ |
| HD | opie.h | 109 int opieaccessfile __P((char *)); 110 int rdnets __P((long)); 111 int isaddr __P((register char *)); 112 int opiealways __P((char *)); 113 char *opieatob8 __P((struct opie_otpkey *, char *)); 114 void opiebackspace __P((char *)); 115 char *opiebtoa8 __P((char *, struct opie_otpkey *)); 116 char *opiebtoe __P((char *, struct opie_otpkey *)); 117 char *opiebtoh __P((char *, struct opie_otpkey *)); 118 int opieetob __P((struct opie_otpkey *, char *)); [all …]
|
| /NextBSD/lib/libc/include/isc/ |
| HD | eventlib.h | 34 #ifndef __P 37 # define __P(x) x macro 39 # define __P(x) () macro 55 typedef void (*evConnFunc)__P((evContext, void *, int, const void *, int, 57 typedef void (*evFileFunc)__P((evContext, void *, int, int)); 58 typedef void (*evStreamFunc)__P((evContext, void *, int, int)); 59 typedef void (*evTimerFunc)__P((evContext, void *, 61 typedef void (*evWaitFunc)__P((evContext, void *, const void *)); 95 int evCreate __P((evContext *)); 96 void evSetDebug __P((evContext, int, FILE *)); [all …]
|
| /NextBSD/contrib/ipfilter/ipsend/ |
| HD | ipsend.h | 18 #ifndef __P 20 # define __P(x) x macro 22 # define __P(x) () macro 37 extern int resolve __P((char *, char *)); 38 extern int arp __P((char *, char *)); 39 extern u_short chksum __P((u_short *, int)); 40 extern int send_ether __P((int, char *, int, struct in_addr)); 41 extern int send_ip __P((int, int, ip_t *, struct in_addr, int)); 42 extern int send_tcp __P((int, int, ip_t *, struct in_addr)); 43 extern int send_udp __P((int, int, ip_t *, struct in_addr)); [all …]
|
| /NextBSD/sys/contrib/ipfilter/netinet/ |
| HD | ip_lookup.h | 102 void *(*ipfl_create) __P((ipf_main_softc_t *)); 103 void (*ipfl_destroy) __P((ipf_main_softc_t *, void *)); 104 int (*ipfl_init) __P((ipf_main_softc_t *, void *)); 105 void (*ipfl_fini) __P((ipf_main_softc_t *, void *)); 106 int (*ipfl_addr_find) __P((ipf_main_softc_t *, void *, 108 size_t (*ipfl_flush) __P((ipf_main_softc_t *, void *, 110 int (*ipfl_iter_deref) __P((ipf_main_softc_t *, void *, 112 int (*ipfl_iter_next) __P((ipf_main_softc_t *, void *, 114 int (*ipfl_node_add) __P((ipf_main_softc_t *, void *, 116 int (*ipfl_node_del) __P((ipf_main_softc_t *, void *, [all …]
|
| HD | ip_frag.h | 96 extern void *ipf_frag_soft_create __P((ipf_main_softc_t *)); 97 extern int ipf_frag_soft_init __P((ipf_main_softc_t *, void *)); 98 extern int ipf_frag_soft_fini __P((ipf_main_softc_t *, void *)); 99 extern void ipf_frag_soft_destroy __P((ipf_main_softc_t *, void *)); 100 extern int ipf_frag_main_load __P((void)); 101 extern int ipf_frag_main_unload __P((void)); 102 extern int ipf_frag_load __P((void)); 103 extern void ipf_frag_clear __P((ipf_main_softc_t *)); 104 extern void ipf_frag_expire __P((ipf_main_softc_t *)); 105 extern void ipf_frag_forget __P((void *)); [all …]
|
| HD | ip_fil.h | 35 #ifndef __P 37 # define __P(x) x macro 39 # define __P(x) () macro 135 typedef int (* lookupfunc_t) __P((struct ipf_main_softc_s *, void *, 501 typedef struct frentry *(*ipfunc_t) __P((fr_info_t *, u_32_t *)); 502 typedef int (*ipfuncinit_t) __P((struct ipf_main_softc_s *, struct frentry *)); 688 typedef struct frentry * (* frentfunc_t) __P((fr_info_t *)); 1392 typedef int (* ipftunefunc_t) __P((struct ipf_main_softc_s *, struct ipftuneable *, ipftuneval_t *)… 1470 extern void ipfkdebug __P((char *, ...)); 1471 extern void ipfkverbose __P((char *, ...)); [all …]
|
| HD | ip_proxy.h | 106 void (* apr_load) __P((void)); 107 void (* apr_unload) __P((void)); 108 void *(* apr_create) __P((ipf_main_softc_t *)); 109 void (* apr_destroy) __P((ipf_main_softc_t *, void *)); 110 int (* apr_init) __P((ipf_main_softc_t *, void *)); 111 void (* apr_fini) __P((ipf_main_softc_t *, void *)); 112 int (* apr_new) __P((void *, fr_info_t *, ap_session_t *, 114 void (* apr_del) __P((ipf_main_softc_t *, ap_session_t *)); 115 int (* apr_inpkt) __P((void *, fr_info_t *, ap_session_t *, 117 int (* apr_outpkt) __P((void *, fr_info_t *, ap_session_t *, [all …]
|
| HD | ip_nat.h | 677 extern void ipf_fix_datacksum __P((u_short *, u_32_t)); 678 extern void ipf_fix_incksum __P((int, u_short *, u_32_t, u_32_t)); 679 extern void ipf_fix_outcksum __P((int, u_short *, u_32_t, u_32_t)); 681 extern int ipf_nat_checkin __P((fr_info_t *, u_32_t *)); 682 extern int ipf_nat_checkout __P((fr_info_t *, u_32_t *)); 683 extern void ipf_nat_delete __P((ipf_main_softc_t *, struct nat *, int)); 684 extern void ipf_nat_deref __P((ipf_main_softc_t *, nat_t **)); 685 extern void ipf_nat_expire __P((ipf_main_softc_t *)); 686 extern int ipf_nat_hashtab_add __P((ipf_main_softc_t *, 688 extern void ipf_nat_hostmapdel __P((ipf_main_softc_t *, hostmap_t **)); [all …]
|
| HD | ip_auth.h | 71 extern frentry_t *ipf_auth_check __P((fr_info_t *, u_32_t *)); 72 extern void ipf_auth_expire __P((ipf_main_softc_t *)); 73 extern int ipf_auth_ioctl __P((ipf_main_softc_t *, caddr_t, ioctlcmd_t, 75 extern int ipf_auth_init __P((void)); 76 extern int ipf_auth_main_load __P((void)); 77 extern int ipf_auth_main_unload __P((void)); 78 extern void ipf_auth_soft_destroy __P((ipf_main_softc_t *, void *)); 79 extern void *ipf_auth_soft_create __P((ipf_main_softc_t *)); 80 extern int ipf_auth_new __P((mb_t *, fr_info_t *)); 81 extern int ipf_auth_precmd __P((ipf_main_softc_t *, ioctlcmd_t, [all …]
|
| HD | ip_sync.h | 103 extern void *ipf_sync_create __P((ipf_main_softc_t *)); 104 extern int ipf_sync_soft_init __P((ipf_main_softc_t *, void *)); 105 extern int ipf_sync_soft_fini __P((ipf_main_softc_t *, void *)); 106 extern int ipf_sync_canread __P((void *)); 107 extern int ipf_sync_canwrite __P((void *)); 108 extern void ipf_sync_del_nat __P((void *, synclist_t *)); 109 extern void ipf_sync_del_state __P((void *, synclist_t *)); 110 extern int ipf_sync_init __P((void)); 111 extern int ipf_sync_ioctl __P((ipf_main_softc_t *, caddr_t, ioctlcmd_t, int, int, void *)); 112 extern synclist_t *ipf_sync_new __P((ipf_main_softc_t *, int, fr_info_t *, void *)); [all …]
|
| HD | ip_state.h | 300 extern void ipf_state_dump __P((ipf_main_softc_t *, void *)); 302 extern int ipf_tcp_age __P((struct ipftqent *, struct fr_info *, 304 extern int ipf_tcpinwindow __P((struct fr_info *, struct tcpdata *, 307 extern int ipf_state_add __P((ipf_main_softc_t *, fr_info_t *, 309 extern frentry_t *ipf_state_check __P((struct fr_info *, u_32_t *)); 310 extern void ipf_state_deref __P((ipf_main_softc_t *, ipstate_t **)); 311 extern void ipf_state_expire __P((ipf_main_softc_t *)); 312 extern int ipf_state_flush __P((ipf_main_softc_t *, int, int)); 313 extern ipstate_t *ipf_state_lookup __P((fr_info_t *, tcphdr_t *, ipftq_t **)); 314 extern int ipf_state_init __P((void)); [all …]
|
| HD | ip_rules.h | 3 extern int ipfrule_add __P((void)); 4 extern int ipfrule_remove __P((void)); 6 extern frentry_t *ipfrule_match_out_ __P((fr_info_t *, u_32_t *)); 9 extern int ipfrule_add_out_ __P((void)); 10 extern int ipfrule_remove_out_ __P((void)); 12 extern frentry_t *ipfrule_match_in_ __P((fr_info_t *, u_32_t *)); 15 extern int ipfrule_add_in_ __P((void)); 16 extern int ipfrule_remove_in_ __P((void));
|
| HD | radix_ipf.h | 82 extern void *ipf_rx_create __P((void)); 83 extern int ipf_rx_init __P((void *)); 84 extern void ipf_rx_destroy __P((void *)); 85 extern int ipf_rx_inithead __P((radix_softc_t *, ipf_rdx_head_t **)); 86 extern void ipf_rx_freehead __P((ipf_rdx_head_t *)); 87 extern ipf_rdx_node_t *ipf_rx_addroute __P((ipf_rdx_head_t *, 90 extern ipf_rdx_node_t *ipf_rx_delete __P((ipf_rdx_head_t *, addrfamily_t *, 92 extern void ipf_rx_walktree __P((ipf_rdx_head_t *, radix_walk_func_t,
|
| /NextBSD/contrib/tcp_wrappers/ |
| HD | tli-sequent.h | 2 #define __P(X) X macro 4 #define __P(X) () macro 7 extern int t_sync __P((int)); 8 extern char *t_alloc __P((int, int, int)); 9 extern int t_free __P((char *, int)); 10 extern int t_rcvudata __P((int, struct t_unitdata *, int *)); 11 extern int getpeerinaddr __P((int, struct sockaddr_in *, int)); 12 extern int getmyinaddr __P((int, struct sockaddr_in *, int)); 13 extern struct _ti_user *_t_checkfd __P((int));
|
| /NextBSD/contrib/gdb/include/ |
| HD | md5.h | 69 #undef __P 71 #define __P(x) x macro 73 #define __P(x) () 96 extern void md5_init_ctx __P ((struct md5_ctx *ctx)); 102 extern void md5_process_block __P ((const void *buffer, size_t len, 109 extern void md5_process_bytes __P ((const void *buffer, size_t len, 119 extern void *md5_finish_ctx __P ((struct md5_ctx *ctx, void *resbuf)); 128 extern void *md5_read_ctx __P ((const struct md5_ctx *ctx, void *resbuf)); 134 extern int md5_stream __P ((FILE *stream, void *resblock)); 140 extern void *md5_buffer __P ((const char *buffer, size_t len, void *resblock));
|
| /NextBSD/libexec/rtld-aout/ |
| HD | shlib.h | 36 void add_search_dir __P((const char *)); 37 void add_search_path __P((char *)); 38 void std_search_path __P((void)); 39 int getdewey __P((int[], char *)); 40 int cmpndewey __P((int[], int, int[], int)); 41 char *findshlib __P((char *, int *, int *, int)); 42 char *find_lib_file __P((const char *)); 43 char *search_lib_dir __P((char *, char *, int *, int *, int));
|
| /NextBSD/contrib/ipfilter/iplang/ |
| HD | iplang_y.y | 50 extern struct ether_addr *ether_aton __P((char *)); 59 int yylex __P((void)); 73 u_short c_chksum __P((u_short *, u_int, u_long)); 74 u_long p_chksum __P((u_short *, u_int)); 88 struct in_addr getipv4addr __P((char *arg)); 89 u_short getportnum __P((char *, char *)); 90 struct ether_addr *geteaddr __P((char *, struct ether_addr *)); 91 void *new_header __P((int)); 92 void free_aniplist __P((void)); 93 void inc_anipheaders __P((int)); [all …]
|
| /NextBSD/contrib/ipfilter/lib/ |
| HD | facpri.h | 14 #ifndef __P 17 # define __P(x) x macro 19 # define __P(x) () macro 23 extern char *fac_toname __P((int)); 24 extern int fac_findname __P((char *)); 26 extern char *pri_toname __P((int)); 27 extern int pri_findname __P((char *)); 30 # undef __P
|
| HD | kmem.h | 13 #ifndef __P 15 # define __P(x) x macro 17 # define __P(x) () macro 20 extern int openkmem __P((char *, char *)); 21 extern int kmemcpy __P((char *, long, int)); 22 extern int kstrncpy __P((char *, long, int));
|
| /NextBSD/contrib/ipfilter/tools/ |
| HD | lexer.h | 25 extern wordtab_t *yysettab __P((wordtab_t *)); 26 extern void yysetdict __P((wordtab_t *)); 27 extern void yysetfixeddict __P((wordtab_t *)); 28 extern int yylex __P((void)); 29 extern void yyerror __P((char *)); 30 extern char *yykeytostr __P((int)); 31 extern void yyresetdict __P((void));
|