Searched defs:cb (Results 226 - 250 of 687) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_DNAT.c151 static void DNAT_parse(struct xt_option_call *cb) argument
[all...]
H A Dlibipt_SNAT.c151 static void SNAT_parse(struct xt_option_call *cb) argument
[all...]
H A Dlibipt_addrtype.c99 static void addrtype_parse_v0(struct xt_option_call *cb) argument
118 static void addrtype_parse_v1(struct xt_option_call *cb) argument
143 addrtype_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibipt_icmp.c178 static void icmp_parse(struct xt_option_call *cb) argument
H A Dlibxt_CT.c99 static void ct_parse(struct xt_option_call *cb) argument
H A Dlibxt_RATEEST.c87 static void RATEEST_parse(struct xt_option_call *cb) argument
108 static void RATEEST_final_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_TOS.c94 static void tos_tg_parse_v0(struct xt_option_call *cb) argument
106 static void tos_tg_parse(struct xt_option_call *cb) argument
131 tos_tg_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_connlimit.c57 static void connlimit_parse(struct xt_option_call *cb, uint8_t family) argument
89 static void connlimit_parse4(struct xt_option_call *cb) argument
94 static void connlimit_parse6(struct xt_option_call *cb) argument
99 connlimit_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_dccp.c103 static void dccp_parse(struct xt_option_call *cb) argument
H A Dlibxt_ipvs.c66 static void ipvs_mt_parse(struct xt_option_call *cb) argument
108 ipvs_mt_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_policy.c90 static void policy_parse(struct xt_option_call *cb) argument
169 policy_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_recent.c85 static void recent_parse(struct xt_option_call *cb) argument
123 static void recent_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_string.c169 static void string_parse(struct xt_option_call *cb) argument
204 static void string_check(struct xt_fcheck_call *cb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dcache.c117 void* avahi_cache_walk(AvahiCache *c, AvahiKey *pattern, AvahiCacheWalkCallback cb, void* userdata) { argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs67 private AddressResolverCallback cb; field in class:Avahi.AddressResolver
76 avahi_address_resolver_new(IntPtr client, int iface, Protocol proto, IntPtr address, LookupFlags flags, AddressResolverCallback cb, IntPtr userdata) argument
H A DHostNameResolver.cs45 private HostNameResolverCallback cb; field in class:Avahi.HostNameResolver
54 avahi_host_name_resolver_new(IntPtr client, int iface, Protocol proto, byte[] hostname, Protocol aproto, LookupFlags flags, HostNameResolverCallback cb, IntPtr userdata) argument
H A DServiceTypeBrowser.cs68 private ServiceTypeBrowserCallback cb; field in class:Avahi.ServiceTypeBrowser
74 avahi_service_type_browser_new(IntPtr client, int iface, int proto, byte[] domain, LookupFlags flags, ServiceTypeBrowserCallback cb, IntPtr userdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dcache.c117 void* avahi_cache_walk(AvahiCache *c, AvahiKey *pattern, AvahiCacheWalkCallback cb, void* userdata) { argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs67 private AddressResolverCallback cb; field in class:Avahi.AddressResolver
76 avahi_address_resolver_new(IntPtr client, int iface, Protocol proto, IntPtr address, LookupFlags flags, AddressResolverCallback cb, IntPtr userdata) argument
H A DHostNameResolver.cs45 private HostNameResolverCallback cb; field in class:Avahi.HostNameResolver
54 avahi_host_name_resolver_new(IntPtr client, int iface, Protocol proto, byte[] hostname, Protocol aproto, LookupFlags flags, HostNameResolverCallback cb, IntPtr userdata) argument
H A DServiceTypeBrowser.cs68 private ServiceTypeBrowserCallback cb; field in class:Avahi.ServiceTypeBrowser
74 avahi_service_type_browser_new(IntPtr client, int iface, int proto, byte[] domain, LookupFlags flags, ServiceTypeBrowserCallback cb, IntPtr userdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ddhparam.c297 BN_GENCB cb; local
520 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) argument
H A Ddsaparam.c278 BN_GENCB cb; local
440 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb) argument
H A Dverify.c304 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_all.c171 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, argument
181 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u) argument
192 PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
214 PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
263 PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, void *u) argument
273 PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
295 PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
350 PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, void *u) argument
383 PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]

Completed in 79 milliseconds

1234567891011>>