Searched refs:__P (Results 226 - 250 of 393) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dserver6_addr.c65 dhcp6_find_lease __P((struct dhcp6_iaidaddr *, struct dhcp6_addr *));
66 static int dhcp6_add_lease __P((struct dhcp6_iaidaddr *, struct dhcp6_addr *));
67 static int dhcp6_update_lease __P((struct dhcp6_addr *, struct dhcp6_lease *));
68 static int addr_on_segment __P((struct v6addrseg *, struct dhcp6_addr *));
69 static void server6_get_newaddr __P((iatype_t, struct dhcp6_addr *, struct v6addrseg *));
70 static void server6_get_addrpara __P((struct dhcp6_addr *, struct v6addrseg *));
71 static void server6_get_prefixpara __P((struct dhcp6_addr *, struct v6prefix *));
73 struct link_decl *dhcp6_allocate_link __P((struct dhcp6_if *, struct rootgroup *,
75 struct host_decl *dhcp6_allocate_host __P((struct dhcp6_if *, struct rootgroup *,
77 int dhcp6_get_hostconf __P((struc
[all...]
H A Ddhcp6s.c123 static void usage __P((void));
124 static void server6_init __P((void));
125 static void server6_mainloop __P((void));
126 static int server6_recv __P((int));
127 static int server6_react_message __P((struct dhcp6_if *,
131 static int server6_send __P((int, struct dhcp6_if *, struct dhcp6 *,
135 static struct dhcp6_timer *check_lease_file_timo __P((void *arg));
136 static struct dhcp6 *dhcp6_parse_relay __P((struct dhcp6_relay *,
140 static int dhcp6_set_relay __P((struct dhcp6_relay *,
143 static void dhcp6_set_relay_option_len __P((struc
[all...]
H A Dconfig.c58 static int add_options __P((int, struct dhcp6_ifconf *, struct cf_list *));
59 static int add_address __P((struct dhcp6_list *, struct dhcp6_addr *));
60 static int add_option __P((struct dhcp6_option_list *, struct cf_list *));
61 static int clear_option_list __P((struct dhcp6_option_list *));
63 static void clear_ifconf __P((struct dhcp6_ifconf *));
64 static void clear_hostconf __P((struct host_conf *));
H A Dradvd_token.l75 int radvd_parse __P((struct dhcp6_iaidaddr *, int));
87 static int yywrap __P((void));
88 static int update_radvd __P((void));
H A Dresolv_token.l71 static int yywrap __P(());
72 int resolv_parse __P((struct dns_list *));
73 static int update_resolver __P((struct dns_list *));
H A Dclient6_token.l72 static void cfdebug_print __P((char *, char *, int));
73 extern int cf_post_config __P((void));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c23 * PUBLIC: void __db_loadme __P((void));
34 static int __db_bmeta __P((DB *, BTMETA *, u_int32_t));
35 static int __db_hmeta __P((DB *, HMETA *, u_int32_t));
36 static void __db_meta __P((DB *, DBMETA *, FN const *, u_int32_t));
37 static const char *__db_pagetype_to_string __P((u_int32_t));
38 static void __db_prdb __P((DB *, u_int32_t));
39 static void __db_proff __P((ENV *, DB_MSGBUF *, void *));
40 static int __db_prtree __P((DB *, DB_TXN *, u_int32_t));
41 static int __db_qmeta __P((DB *, QMETA *, u_int32_t));
47 * PUBLIC: int __db_dumptree __P((D
[all...]
H A Ddb_upg_opd.c15 static int __db_build_bi __P((DB *, DB_FH *, PAGE *, PAGE *, u_int32_t, int *));
16 static int __db_build_ri __P((DB *, DB_FH *, PAGE *, PAGE *, u_int32_t, int *));
17 static int __db_up_ovref __P((DB *, DB_FH *, db_pgno_t));
40 * PUBLIC: int __db_31_offdup __P((DB *, char *, DB_FH *, int, db_pgno_t *));
H A Ddb_vrfy.c29 static u_int __db_guesspgsize __P((ENV *, DB_FH *));
30 static int __db_is_valid_magicno __P((u_int32_t, DBTYPE *));
32 __P((DB *, VRFY_DBINFO *, db_pgno_t, u_int32_t, DB *));
33 static int __db_salvage_subdbpg __P((DB *, VRFY_DBINFO *,
35 static int __db_salvage_subdbs __P((DB *, VRFY_DBINFO *, void *,
37 static int __db_salvage_unknowns __P((DB *, VRFY_DBINFO *, void *,
39 static int __db_verify __P((DB *, DB_THREAD_INFO *, const char *,
42 static int __db_verify_arg __P((DB *, const char *, void *, u_int32_t));
44 __P((DB *, VRFY_DBINFO *, db_pgno_t, u_int32_t));
46 __P((D
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_resize.c15 static int __memp_add_bucket __P((DB_MPOOL *));
16 static int __memp_add_region __P((DB_MPOOL *));
17 static int __memp_map_regions __P((DB_MPOOL *));
19 __P((DB_MPOOL *, u_int32_t, u_int32_t, u_int32_t));
20 static int __memp_remove_bucket __P((DB_MPOOL *));
21 static int __memp_remove_region __P((DB_MPOOL *));
24 * PUBLIC: int __memp_get_bucket __P((ENV *,
468 * PUBLIC: int __memp_resize __P((DB_MPOOL *, u_int32_t, u_int32_t));
509 * PUBLIC: int __memp_get_cache_max __P((DB_ENV *, u_int32_t *, u_int32_t *));
543 * PUBLIC: int __memp_set_cache_max __P((DB_EN
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c21 static int add_home __P((char *));
22 static int add_passwd __P((char *));
23 static int env_recover __P((char *));
24 static void __dbclear_child __P((ct_entry *));
34 static void usage __P((void));
35 static void version_check __P((void));
197 * PUBLIC: void __dbsrv_settimeout __P((ct_entry *, u_int32_t));
213 * PUBLIC: void __dbsrv_timeout __P((int));
344 * PUBLIC: void __dbclear_ctp __P((ct_entry *));
355 * PUBLIC: void __dbdel_ctp __P((ct_entr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dutils.c56 static void logit __P((int, char *, va_list));
57 static void log_write __P((int, char *));
59 static void vslp_printer __P((void *, char *, ...));
60 static void format_packet __P((u_char *, int, void (*) (void *, char *, ...),
443 void (*printer) __P((void *, char *, ...));
581 void (*printer) __P((void *, char *, ...));
H A Dmultilink.c37 static int get_default_epdisc __P((struct epdisc *));
38 static int parse_num __P((char *str, const char *key, int *valp));
39 static int owns_unit __P((TDB_DATA pid, int unit));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dutils.c56 void logit __P((int, char *, va_list));
57 void log_write __P((int, char *));
58 static void vslp_printer __P((void *, char *, ...));
59 static void format_packet __P((u_char *, int, void (*) (void *, char *, ...),
452 void (*printer) __P((void *, char *, ...));
592 void (*printer) __P((void *, char *, ...));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_stat.c17 static int __log_print_all __P((ENV *, u_int32_t));
18 static int __log_print_stats __P((ENV *, u_int32_t));
19 static int __log_stat __P((ENV *, DB_LOG_STAT **, u_int32_t));
25 * PUBLIC: int __log_stat_pp __P((DB_ENV *, DB_LOG_STAT **, u_int32_t));
108 * PUBLIC: int __log_stat_print_pp __P((DB_ENV *, u_int32_t));
138 * PUBLIC: int __log_stat_print __P((ENV *, u_int32_t));
H A Dlog_debug.c16 static int __log_printf_int __P((ENV *, DB_TXN *, const char *, va_list));
22 * PUBLIC: int __log_printf_capi __P((DB_ENV *, DB_TXN *, const char *, ...))
59 * PUBLIC: __P((DB_ENV *, DB_TXN *, const char *, va_list));
88 * PUBLIC: int __log_printf __P((ENV *, DB_TXN *, const char *, ...))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_map.c25 static int __os_map __P((ENV *, char *, DB_FH *, size_t, int, int, void **));
28 static int __shm_mode __P((ENV *));
30 static int __no_system_mem __P((ENV *));
37 * PUBLIC: int __os_attach __P((ENV *, REGINFO *, REGION *));
243 * PUBLIC: int __os_detach __P((ENV *, REGINFO *, int));
326 * PUBLIC: int __os_mapfile __P((ENV *, char *, DB_FH *, size_t, int, void **));
369 * PUBLIC: int __os_unmapfile __P((ENV *, void *, size_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compare.c54 * PUBLIC: int __bam_cmp __P((DB *, DB_THREAD_INFO *,
66 int (*func)__P((DB *, const DBT *, const DBT *));
151 * PUBLIC: int __bam_defcmp __P((DB *, const DBT *, const DBT *));
186 * PUBLIC: size_t __bam_defpfx __P((DB *, const DBT *, const DBT *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_inmem.c25 static void b_inmem_op_ds __P((u_int, int));
26 static void b_inmem_op_ds_bulk __P((u_int, u_int *));
27 static void b_inmem_op_tds __P((u_int, int, u_int32_t, u_int32_t));
28 static int b_inmem_usage __P((void));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_stat.c18 static int __dbreg_print_dblist __P((ENV *, u_int32_t));
24 * PUBLIC: int __dbreg_stat_print __P((ENV *, u_int32_t));
44 * PUBLIC: void __dbreg_print_fname __P((ENV *, FNAME *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_inmem.c25 static void op_ds __P((u_int, int));
26 static void op_ds_bulk __P((u_int, u_int *));
27 static void op_tds __P((u_int, int, u_int32_t, u_int32_t));
28 static int usage __P((void));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c83 static int if_ppp_open __P((queue_t *, int, int, int));
84 static int if_ppp_close __P((queue_t *, int));
85 static int if_ppp_wput __P((queue_t *, mblk_t *));
86 static int if_ppp_rput __P((queue_t *, mblk_t *));
120 static int if_ppp_output __P((struct ifnet *, struct mbuf *,
122 static int if_ppp_ioctl __P((struct ifnet *, u_int, caddr_t));
123 static struct mbuf *make_mbufs __P((mblk_t *, int));
124 static mblk_t *make_message __P((struct mbuf *, int));
132 static void ppp_if_detach __P((struct ifnet *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dchap_ms.c100 static void ascii2unicode __P((char[], int, u_char[]));
101 static void NTPasswordHash __P((u_char *, int, u_char[MD4_SIGNATURE_SIZE]));
102 static void ChallengeResponse __P((u_char *, u_char *, u_char[24]));
103 static void ChapMS_NT __P((u_char *, char *, int, u_char[24]));
104 static void ChapMS2_NT __P((u_char *, u_char[16], char *, char *, int,
107 __P((char*, int, u_char[24], u_char[16], u_char *,
110 static void ChapMS_LANMan __P((u_char *, char *, int, u_char *));
114 static void Set_Start_Key __P((u_char *, char *, int));
115 static void SetMasterKeys __P((char *, int, u_char[24], int));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h274 int (*bt_compare) __P((DB *, const DBT *, const DBT *));
276 size_t (*bt_prefix) __P((DB *, const DBT *, const DBT *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_brew50 s/@DB_PROTO1@/#undef __P/
51 s/@DB_PROTO2@/#define __P(protos) protos/
59 int brew_bdb_begin __P((void));\\
60 void brew_bdb_end __P((void));

Completed in 203 milliseconds

1234567891011>>