Searched refs:__P (Results 76 - 100 of 126) sorted by relevance

123456

/external/ipsec-tools/src/racoon/
H A Dmain.c98 int main __P((int, char **));
99 static void usage __P((void));
100 static void parse __P((int, char **));
102 static void cleanup_pidfile __P((void));
H A Dracoonctl.c89 static void usage __P((void));
90 static vchar_t *get_combuf __P((int, char **));
91 static int handle_recv __P((vchar_t *));
92 static vchar_t *f_reload __P((int, char **));
93 static vchar_t *f_getsched __P((int, char **));
94 static vchar_t *f_getsa __P((int, char **));
95 static vchar_t *f_flushsa __P((int, char **));
96 static vchar_t *f_deletesa __P((int, char **));
97 static vchar_t *f_exchangesa __P((int, char **));
98 static vchar_t *f_vpnc __P((in
[all...]
H A Deaytest.c74 static vchar_t *pem_read_buf __P((char *));
75 void Usage __P((void));
77 int rsatest __P((int, char **));
78 int ciphertest __P((int, char **));
79 int hmactest __P((int, char **));
80 int sha1test __P((int, char **));
81 int md5test __P((int, char **));
82 int dhtest __P((int, char **));
83 int bntest __P((int, char **));
85 static char **getcerts __P((cha
[all...]
H A Dschedule.c71 static void sched_add __P((struct sched *));
72 static time_t current_time __P((void));
129 void (*func) __P((void *));
H A Dalgorithm.c290 static struct hash_algorithm *alg_oakley_hashdef __P((int));
291 static struct hmac_algorithm *alg_oakley_hmacdef __P((int));
292 static struct enc_algorithm *alg_oakley_encdef __P((int));
293 static struct enc_algorithm *alg_ipsec_encdef __P((int));
294 static struct hmac_algorithm *alg_ipsec_hmacdef __P((int));
295 static struct dh_algorithm *alg_oakley_dhdef __P((int));
H A Dpfkey.c110 static u_int ipsecdoi2pfkey_aalg __P((u_int));
111 static u_int ipsecdoi2pfkey_ealg __P((u_int));
112 static u_int ipsecdoi2pfkey_calg __P((u_int));
113 static u_int ipsecdoi2pfkey_alg __P((u_int, u_int));
114 static u_int keylen_aalg __P((u_int));
115 static u_int keylen_ealg __P((u_int, int));
117 static int pk_recvgetspi __P((caddr_t *));
118 static int pk_recvupdate __P((caddr_t *));
119 static int pk_recvadd __P((caddr_t *));
120 static int pk_recvdelete __P((caddr_
[all...]
H A Dmisc.c53 static int bindump __P((void *, size_t));
/external/ipsec-tools/src/libipsec/
H A Dpolicy_token.l62 int yylex __P((void));
169 void __policy__strbuffer__init__ __P((char *));
170 void __policy__strbuffer__free__ __P((void));
H A Dpolicy_parse.y110 extern void yyerror __P((char *msg));
111 static struct sockaddr *parse_sockaddr __P((struct _val *addrbuf,
113 static int rule_check __P((void));
114 static int init_x_policy __P((void));
115 static int set_x_request __P((struct sockaddr *, struct sockaddr *));
116 static int set_sockaddr __P((struct sockaddr *));
117 static void policy_parse_request_init __P((void));
118 static void *policy_parse __P((const char *, int));
120 extern void __policy__strbuffer__init__ __P((const char *));
121 extern void __policy__strbuffer__free__ __P((voi
[all...]
H A Dkey_debug.c74 static void kdebug_sadb_prop __P((struct sadb_ext *));
75 static void kdebug_sadb_identity __P((struct sadb_ext *));
76 static void kdebug_sadb_supported __P((struct sadb_ext *));
77 static void kdebug_sadb_lifetime __P((struct sadb_ext *));
78 static void kdebug_sadb_sa __P((struct sadb_ext *));
79 static void kdebug_sadb_address __P((struct sadb_ext *));
80 static void kdebug_sadb_key __P((struct sadb_ext *));
81 static void kdebug_sadb_x_sa2 __P((struct sadb_ext *));
82 static void kdebug_sadb_x_policy __P((struct sadb_ext *ext));
83 static void kdebug_sockaddr __P((struc
[all...]
H A Dtest-policy.c87 int test1 __P((void));
88 int test1sub1 __P((struct req_t *));
89 int test1sub2 __P((char *, int));
90 int test2 __P((void));
91 int test2sub __P((int));
H A Dipsec_dump_policy.c63 static char *ipsec_dump_ipsecrequest __P((char *, size_t,
65 static char *ipsec_dump_policy1 __P((void *, const char *, int));
66 static int set_addresses __P((char *, size_t, struct sockaddr *,
68 static char *set_address __P((char *, size_t, struct sockaddr *, int));
H A Dpfkey_dump.c108 static char *str_ipaddr __P((struct sockaddr *));
109 static char *str_ipport __P((struct sockaddr *));
110 static char *str_prefport __P((u_int, u_int, u_int, u_int));
111 static void str_upperspec __P((u_int, u_int, u_int));
112 static char *str_time __P((time_t));
113 static void str_lifetime_byte __P((struct sadb_lifetime *, char *));
/external/ppp/pppd/include/net/
H A Dif_ppp.h153 void pppattach __P((void));
154 void pppintr __P((void));
/external/ppp/pppd/
H A Doptions.c79 char *strdup __P((char *));
153 static int setdomain __P((char **));
154 static int readfile __P((char **));
155 static int callfile __P((char **));
156 static int showversion __P((char **));
157 static int showhelp __P((char **));
158 static void usage __P((void));
159 static int setlogfile __P((char **));
161 static int loadplugin __P((char **));
165 static int setpassfilter __P((cha
[all...]
H A Dtty.c101 void tty_process_extra_options __P((void));
102 void tty_check_options __P((void));
103 int connect_tty __P((void));
104 void disconnect_tty __P((void));
105 void tty_close_fds __P((void));
106 void cleanup_tty __P((void));
107 void tty_do_send_config __P((int, u_int32_t, int, int));
109 static int setdevname __P((char *, char **, int));
110 static int setspeed __P((char *, char **, int));
111 static int setxonxoff __P((cha
[all...]
H A Dipcp.c78 void (*ip_up_hook) __P((void)) = NULL;
81 void (*ip_down_hook) __P((void)) = NULL;
84 void (*ip_choose_hook) __P((u_int32_t *)) = NULL;
103 static void ipcp_resetci __P((fsm *)); /* Reset our CI */
104 static int ipcp_cilen __P((fsm *)); /* Return length of our CI */
105 static void ipcp_addci __P((fsm *, u_char *, int *)); /* Add our CI */
106 static int ipcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
107 static int ipcp_nakci __P((fsm *, u_char *, int, int));/* Peer nak'd our CI */
108 static int ipcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
109 static int ipcp_reqci __P((fs
[all...]
H A Dipxcp.c81 static void ipxcp_resetci __P((fsm *)); /* Reset our CI */
82 static int ipxcp_cilen __P((fsm *)); /* Return length of our CI */
83 static void ipxcp_addci __P((fsm *, u_char *, int *)); /* Add our CI */
84 static int ipxcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
85 static int ipxcp_nakci __P((fsm *, u_char *, int, int));/* Peer nak'd our CI */
86 static int ipxcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
87 static int ipxcp_reqci __P((fsm *, u_char *, int *, int)); /* Rcv CI */
88 static void ipxcp_up __P((fsm *)); /* We're UP */
89 static void ipxcp_down __P((fsm *)); /* We're DOWN */
90 static void ipxcp_finished __P((fs
[all...]
H A Dccp.c60 static int setbsdcomp __P((char **));
61 static int setdeflate __P((char **));
167 static void ccp_init __P((int unit));
168 static void ccp_open __P((int unit));
169 static void ccp_close __P((int unit, char *));
170 static void ccp_lowerup __P((int unit));
171 static void ccp_lowerdown __P((int));
172 static void ccp_input __P((int unit, u_char *pkt, int len));
173 static void ccp_protrej __P((int unit));
174 static int ccp_printpkt __P((u_cha
[all...]
H A Dauth.c164 int (*idle_time_hook) __P((struct ppp_idle *)) = NULL;
167 int (*pap_check_hook) __P((void)) = NULL;
170 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
175 void (*pap_logout_hook) __P((void)) = NULL;
178 int (*pap_passwd_hook) __P((char *user, char *passwd)) = NULL;
181 int (*chap_check_hook) __P((void)) = NULL;
184 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL;
188 int (*null_auth_hook) __P((struct wordlist **paddrs,
191 int (*allowed_address_hook) __P((u_int32_t addr)) = NULL;
195 void (*multilink_join_hook) __P((voi
[all...]
H A Dlcp.c69 static void lcp_delayed_up __P((void *));
79 static int noopt __P((char **));
82 static int setendpoint __P((char **));
83 static void printendpoint __P((option_t *, void (*)(void *, char *, ...),
205 static void lcp_resetci __P((fsm *)); /* Reset our CI */
206 static int lcp_cilen __P((fsm *)); /* Return length of our CI */
207 static void lcp_addci __P((fsm *, u_char *, int *)); /* Add our CI to pkt */
208 static int lcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
209 static int lcp_nakci __P((fsm *, u_char *, int, int)); /* Peer nak'd our CI */
210 static int lcp_rejci __P((fs
[all...]
H A Deui64.h111 char *eui64_ntoa __P((eui64_t)); /* Returns ascii representation of id */
H A Dfsm.c60 static void fsm_timeout __P((void *));
61 static void fsm_rconfreq __P((fsm *, int, u_char *, int));
62 static void fsm_rconfack __P((fsm *, int, u_char *, int));
63 static void fsm_rconfnakrej __P((fsm *, int, int, u_char *, int));
64 static void fsm_rtermreq __P((fsm *, int, u_char *, int));
65 static void fsm_rtermack __P((fsm *));
66 static void fsm_rcoderej __P((fsm *, u_char *, int));
67 static void fsm_sconfreq __P((fsm *, int));
/external/clang/lib/Headers/
H A Davx512fintrin.h1031 _mm512_maskz_loadu_epi32(__mmask16 __U, void const *__P) argument
1033 return (__m512i) __builtin_ia32_loaddqusi512_mask ((const __v16si *)__P,
1040 _mm512_maskz_loadu_epi64(__mmask8 __U, void const *__P) argument
1042 return (__m512i) __builtin_ia32_loaddqudi512_mask ((const __v8di *)__P,
1049 _mm512_maskz_loadu_ps(__mmask16 __U, void const *__P) argument
1051 return (__m512) __builtin_ia32_loadups512_mask ((const __v16sf *)__P,
1058 _mm512_maskz_loadu_pd(__mmask8 __U, void const *__P) argument
1060 return (__m512d) __builtin_ia32_loadupd512_mask ((const __v8df *)__P,
1067 _mm512_maskz_load_ps(__mmask16 __U, void const *__P) argument
1069 return (__m512) __builtin_ia32_loadaps512_mask ((const __v16sf *)__P,
1076 _mm512_maskz_load_pd(__mmask8 __U, void const *__P) argument
1123 _mm512_mask_storeu_epi64(void *__P, __mmask8 __U, __m512i __A) argument
1130 _mm512_mask_storeu_epi32(void *__P, __mmask16 __U, __m512i __A) argument
1137 _mm512_mask_storeu_pd(void *__P, __mmask8 __U, __m512d __A) argument
1143 _mm512_storeu_pd(void *__P, __m512d __A) argument
1149 _mm512_mask_storeu_ps(void *__P, __mmask16 __U, __m512 __A) argument
1156 _mm512_storeu_ps(void *__P, __m512 __A) argument
1162 _mm512_mask_store_pd(void *__P, __mmask8 __U, __m512d __A) argument
1168 _mm512_store_pd(void *__P, __m512d __A) argument
1174 _mm512_mask_store_ps(void *__P, __mmask16 __U, __m512 __A) argument
1181 _mm512_store_ps(void *__P, __m512 __A) argument
[all...]
/external/libpcap/Win32/Src/
H A Dgetaddrinfo.c184 static int str_isnumber __P((const char *));
185 static int explore_fqdn __P((const struct addrinfo *, const char *,
187 static int explore_null __P((const struct addrinfo *, const char *,
189 static int explore_numeric __P((const struct addrinfo *, const char *,
191 static int explore_numeric_scope __P((const struct addrinfo *, const char *,
193 static int get_name __P((const char *, const struct afd *, struct addrinfo **,
195 static int get_canonname __P((const struct addrinfo *,
197 static struct addrinfo *get_ai __P((const struct addrinfo *,
199 static int get_portmatch __P((const struct addrinfo *, const char *));
200 static int get_port __P((struc
[all...]

Completed in 458 milliseconds

123456