HomeSort by relevance Sort by last modified time
    Searched refs:__P (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /external/ppp/pppd/
auth.c 169 int (*idle_time_hook) __P((struct ppp_idle *)) = NULL;
172 int (*pap_check_hook) __P((void)) = NULL;
175 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
180 void (*pap_logout_hook) __P((void)) = NULL;
183 int (*pap_passwd_hook) __P((char *user, char *passwd)) = NULL;
186 int (*chap_check_hook) __P((void)) = NULL;
189 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL;
193 int (*null_auth_hook) __P((struct wordlist **paddrs,
196 int (*allowed_address_hook) __P((u_int32_t addr)) = NULL;
243 extern char *crypt __P((const char *, const char *))
    [all...]
lcp.c 69 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((fsm *, u_char *, int)); /* Peer rej'd our CI *
    [all...]
eui64.h 111 char *eui64_ntoa __P((eui64_t)); /* Returns ascii representation of id */
fsm.c 60 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));
multilink.c 53 static void make_bundle_links __P((int append));
54 static void remove_bundle_link __P((void));
55 static void iterate_bundle_links __P((void (*func) __P((char *))));
57 static int get_default_epdisc __P((struct epdisc *));
58 static int parse_num __P((char *str, const char *key, int *valp));
59 static int owns_unit __P((TDB_DATA pid, int unit));
chap_ms.c 104 static void ascii2unicode __P((char[], int, u_char[]));
105 static void NTPasswordHash __P((char *, int, u_char[MD4_SIGNATURE_SIZE]));
106 static void ChallengeResponse __P((u_char *, u_char *, u_char[24]));
107 static void ChapMS_NT __P((u_char *, char *, int, u_char[24]));
108 static void ChapMS2_NT __P((char *, u_char[16], char *, char *, int,
111 __P((char*, int, u_char[24], u_char[16], u_char *,
114 static void ChapMS_LANMan __P((u_char *, char *, int, MS_ChapResponse *));
118 static void Set_Start_Key __P((u_char *, char *, int));
119 static void SetMasterKeys __P((char *, int, u_char[24], int));
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 63 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));
pfkey_dump.c 108 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 *));
pfkey.c 56 static int findsupportedmap __P((int));
57 static int setsupportedmap __P((struct sadb_supported *));
58 static struct sadb_alg *findsupportedalg __P((u_int, u_int));
59 static int pfkey_send_x1 __P((struct pfkey_send_sa_args *));
60 static int pfkey_send_x2 __P((int, u_int, u_int, u_int,
62 static int pfkey_send_x3 __P((int, u_int, u_int));
63 static int pfkey_send_x4 __P((int, u_int, struct sockaddr *, u_int,
66 static int pfkey_send_x5 __P((int, u_int, u_int32_t));
68 static caddr_t pfkey_setsadbmsg __P((caddr_t, caddr_t, u_int, u_int,
70 static caddr_t pfkey_setsadbsa __P((caddr_t, caddr_t, u_int32_t, u_int
    [all...]
  /bionic/libc/netbsd/net/
getnameinfo.c 94 static int getnameinfo_inet __P((const struct sockaddr *, socklen_t, char *,
97 static int ip6_parsenumeric __P((const struct sockaddr *, const char *, char *,
99 static int ip6_sa2str __P((const struct sockaddr_in6 *, char *, size_t,
102 static int getnameinfo_link __P((const struct sockaddr *, socklen_t, char *,
104 static int hexname __P((const u_int8_t *, size_t, char *, socklen_t));
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /external/ipsec-tools/src/racoon/
eaytest.c 74 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((char *))
    [all...]
schedule.c 71 static void sched_add __P((struct sched *));
72 static time_t current_time __P((void));
129 void (*func) __P((void *));
algorithm.c 290 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));
pfkey.c 110 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_t *))
    [all...]
misc.c 53 static int bindump __P((void *, size_t));
ipsec_doi.c 102 static vchar_t *get_ph1approval __P((struct ph1handle *, struct prop_pair **));
103 static struct isakmpsa *get_ph1approvalx __P((struct prop_pair *,
105 static void print_ph1mismatched __P((struct prop_pair *, struct isakmpsa *));
106 static int t2isakmpsa __P((struct isakmp_pl_t *, struct isakmpsa *));
107 static int cmp_aproppair_i __P((struct prop_pair *, struct prop_pair *));
108 static struct prop_pair *get_ph2approval __P((struct ph2handle *,
110 static struct prop_pair *get_ph2approvalx __P((struct ph2handle *,
112 static void free_proppair0 __P((struct prop_pair *));
115 __P((struct isakmp_pl_p *, struct prop_pair **, int *));
116 static u_int32_t ipsecdoi_set_ld __P((vchar_t *))
    [all...]
  /bionic/libc/include/sys/
cdefs.h 83 #define __P(protos) protos /* full-blown ANSI C */
99 #define __P(protos) () /* traditional C preprocessor */
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 89 #define __P(protos) protos /* full-blown ANSI C */
105 #define __P(protos) () /* traditional C preprocessor */
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 83 #define __P(protos) protos /* full-blown ANSI C */
99 #define __P(protos) () /* traditional C preprocessor */

Completed in 6057 milliseconds

1 2 3 45 6