• Home
  • Raw
  • Download

Lines Matching refs:__P

48 extern void pfkey_sadump __P((struct sadb_msg *));
49 extern void pfkey_sadump_withports __P((struct sadb_msg *));
50 extern void pfkey_spdump __P((struct sadb_msg *));
51 extern void pfkey_spdump_withports __P((struct sadb_msg *));
103 int ipsec_check_keylen __P((u_int, u_int, u_int));
104 int ipsec_check_keylen2 __P((u_int, u_int, u_int));
105 int ipsec_get_keylen __P((u_int, u_int, struct sadb_alg *));
106 char *ipsec_dump_policy_withports __P((void *, const char *));
107 void ipsec_hexdump __P((const void *, int));
108 const char *ipsec_strerror __P((void));
109 void kdebug_sadb __P((struct sadb_msg *));
110 ipsec_policy_t ipsec_set_policy __P((__ipsec_const char *, int));
111 int ipsec_get_policylen __P((ipsec_policy_t));
112 char *ipsec_dump_policy __P((ipsec_policy_t, __ipsec_const char *));
116 u_int pfkey_set_softrate __P((u_int, u_int));
117 u_int pfkey_get_softrate __P((u_int));
118 int pfkey_send_getspi __P((int, u_int, u_int, struct sockaddr *,
120 int pfkey_send_update2 __P((struct pfkey_send_sa_args *));
121 int pfkey_send_add2 __P((struct pfkey_send_sa_args *));
122 int pfkey_send_delete __P((int, u_int, u_int,
124 int pfkey_send_delete_all __P((int, u_int, u_int,
126 int pfkey_send_get __P((int, u_int, u_int,
128 int pfkey_send_register __P((int, u_int));
129 int pfkey_recv_register __P((int));
130 int pfkey_set_supported __P((struct sadb_msg *, int));
131 int pfkey_send_flush __P((int, u_int));
132 int pfkey_send_dump __P((int, u_int));
133 int pfkey_send_promisc_toggle __P((int, int));
134 int pfkey_send_spdadd __P((int, struct sockaddr *, u_int,
136 int pfkey_send_spdadd2 __P((int, struct sockaddr *, u_int,
139 int pfkey_send_spdupdate __P((int, struct sockaddr *, u_int,
141 int pfkey_send_spdupdate2 __P((int, struct sockaddr *, u_int,
144 int pfkey_send_spddelete __P((int, struct sockaddr *, u_int,
146 int pfkey_send_spddelete2 __P((int, u_int32_t));
147 int pfkey_send_spdget __P((int, u_int32_t));
148 int pfkey_send_spdsetidx __P((int, struct sockaddr *, u_int,
150 int pfkey_send_spdflush __P((int));
151 int pfkey_send_spddump __P((int));
153 int pfkey_send_migrate __P((int, struct sockaddr *, u_int,
157 int pfkey_open __P((void));
158 void pfkey_close __P((int));
159 struct sadb_msg *pfkey_recv __P((int));
160 int pfkey_send __P((int, struct sadb_msg *, int));
161 int pfkey_align __P((struct sadb_msg *, caddr_t *));
162 int pfkey_check __P((caddr_t *));
168 int pfkey_send_update __P((int, u_int, u_int, struct sockaddr *,
172 int pfkey_send_update_nat __P((int, u_int, u_int, struct sockaddr *,
177 int pfkey_send_add __P((int, u_int, u_int, struct sockaddr *,
181 int pfkey_send_add_nat __P((int, u_int, u_int, struct sockaddr *,