| /freebsd-9-stable/sys/contrib/ngatm/netnatm/sig/ |
| D | sig_reset.c | 43 static void response_restart(struct uni *, struct uni_msg *, struct uni_all *); 44 static void response_status(struct uni *, struct uni_msg *, struct uni_all *); 46 static void response_t317(struct uni *); 48 static void response_error(struct uni *, struct uniapi_reset_error_response *, 50 static void response_response(struct uni *, struct uniapi_reset_response *, 53 static void start_request(struct uni *, struct uniapi_reset_request *, 56 static void start_t316(struct uni *); 58 static void start_restart_ack(struct uni *, struct uni_msg *, struct uni_all *); 59 static void start_status(struct uni *, struct uni_msg *, struct uni_all *); 61 static int restart_forward(struct uni *, const struct uni_all *); [all …]
|
| D | sig_uni.c | 142 uni_context(struct uni *uni) in uni_context() argument 144 return (&uni->cx); in uni_context() 148 uni_init(struct uni *uni) in uni_init() argument 150 uni->working = 0; in uni_init() 151 uni->cref_alloc = 12; in uni_init() 152 uni->custat = CU_STAT0; in uni_init() 153 uni->glob_start = UNI_CALLSTATE_REST0; in uni_init() 154 uni->glob_respond = UNI_CALLSTATE_REST0; in uni_init() 158 uni_stop(struct uni *uni) in uni_stop() argument 162 while ((c = TAILQ_FIRST(&uni->calls)) != NULL) { in uni_stop() [all …]
|
| D | sig_coord.c | 57 static void sig_all_calls(struct uni *, u_int sig); 58 static void set_custat(struct uni *, enum cu_stat); 60 static void input_dummy(struct uni *uni, struct uni_msg *m, struct uni_all *u); 61 static void input_global(struct uni *uni, struct uni_msg *m, struct uni_all *u); 62 static void input_unknown(struct uni *uni, struct uni_msg *m, struct uni_all *u); 80 coord_saal_establish_indication(struct uni *uni) in TIMER_FUNC_UNI() 82 switch (uni->custat) { in TIMER_FUNC_UNI() 86 sig_all_calls(uni, SIGC_LINK_ESTABLISH_indication); in TIMER_FUNC_UNI() 87 set_custat(uni, CU_STAT3); in TIMER_FUNC_UNI() 92 VERBOSE0(uni, UNI_FAC_COORD, in TIMER_FUNC_UNI() [all …]
|
| D | sig_verify.c | 44 uni_mandate_ie(struct uni *uni, enum uni_ietype ie) in uni_mandate_ie() argument 48 FOREACH_ERR(e, uni) in uni_mandate_ie() 53 if (UNI_SAVE_IERR(&uni->cx, ie, UNI_IEACT_DEFAULT, UNI_IERR_MIS)) in uni_mandate_ie() 54 uni->cx.err[uni->cx.errcnt - 1].man = 1; in uni_mandate_ie() 64 uni_mandate_epref(struct uni *uni, struct uni_ie_epref *epref) in uni_mandate_epref() argument 88 FOREACH_ERR(e, uni) { in uni_mandate_epref() 104 FOREACH_ERR(e, uni) in uni_mandate_epref() 107 (uni->cx.errcnt - (e - uni->cx.err) in uni_mandate_epref() 108 - 1) * sizeof(uni->cx.err[0])); in uni_mandate_epref() 109 uni->cx.errcnt--; in uni_mandate_epref() [all …]
|
| D | uni.h | 38 struct uni; 43 void (*uni_output)(struct uni *, void *, enum uni_sig, 47 void (*saal_output)(struct uni *, void *, enum saal_sig, 51 void (*verbose)(struct uni *, void *, enum uni_verb, 55 void (*status)(struct uni *, void *, void *, 60 void *(*start_timer)(struct uni *, void *, u_int, 64 void (*stop_timer)(struct uni *, void *, void *); 69 struct uni *uni_create(void *, const struct uni_funcs *); 72 void uni_destroy(struct uni *); 75 void uni_status(struct uni *, void *); [all …]
|
| D | sig_call.c | 97 (c->uni->proto == UNIPROTO_UNI40U && in set_call_state() 99 (c->uni->proto == UNIPROTO_UNI40N && in set_call_state() 101 ("setting wrong callstate for proto %u: %u", c->uni->proto, state)); in set_call_state() 104 VERBOSE(c->uni, UNI_FAC_CALL, 1, "call %d/%d %s -> %s", in set_call_state() 123 uni_find_call(struct uni *uni, struct uni_cref *cref) in uni_find_call() argument 127 TAILQ_FOREACH(c, &uni->calls, link) in uni_find_call() 133 uni_find_callx(struct uni *uni, u_int cref, u_int mine) in uni_find_callx() argument 137 TAILQ_FOREACH(c, &uni->calls, link) in uni_find_callx() 147 uni_create_call(struct uni *uni, u_int cref, u_int mine, uint32_t cookie) in uni_create_call() argument 163 c->uni = uni; in uni_create_call() [all …]
|
| D | unipriv.h | 255 void uni_sig_coord(struct uni *, enum coord_sig, uint32_t cookie, 257 void uni_sig_start(struct uni *, enum start_sig, uint32_t cookie, 259 void uni_sig_respond(struct uni *, enum respond_sig, uint32_t cookie, 308 struct uni *uni; /* backpointer to owning UNI */ member 337 struct call *uni_find_call(struct uni *, struct uni_cref *); 338 struct call *uni_find_callx(struct uni *, u_int cref, u_int mine); 339 struct call *uni_create_call(struct uni *, u_int cref, u_int mine, 341 struct call *uni_create_new_call(struct uni *, uint32_t cookie); 356 struct uni { struct 407 void uniapi_uni_error(struct uni *uni, uint32_t reason, uint32_t cookie, argument [all …]
|
| D | sig_party.c | 61 VERBOSE(p->call->uni, UNI_FAC_CALL, 1, in TIMER_FUNC_PARTY() 106 c->uni->funcs->uni_output(c->uni, c->uni->arg, in uni_create_partyx() 109 VERBOSE(c->uni, UNI_FAC_CALL, 1, "created party %u/%s %u/%s", in uni_create_partyx() 162 uni_delsig(p->call->uni, SIG_PARTY, p->call, p); in uni_destroy_party() 249 uni_send_output(add, p->call->uni); in pun0_add_party_request() 252 TIMER_START_PARTY(p, t399, p->call->uni->timer399); in pun0_add_party_request() 282 uni_send_output(ack, p->call->uni); in punx_add_party_ack_request() 338 p->call->uni->funcs->uni_output(p->call->uni, p->call->uni->arg, in pun0_add_party() 369 uni_send_output(alert, p->call->uni); in pun2_party_alerting_request() 401 p->call->uni->funcs->uni_output(p->call->uni, p->call->uni->arg, in pun1_party_alerting() [all …]
|
| /freebsd-9-stable/sys/netgraph/atm/uni/ |
| D | ng_uni_cust.h | 99 static void F(struct uni *); \ 103 struct uni *uni = (struct uni *)arg1; \ 105 (F)(uni); \ 106 uni_work(uni); \ 118 struct uni *uni = call->uni; \ 121 uni_work(uni); \ 133 struct uni *uni = party->call->uni; \ 136 uni_work(uni); \ 143 [UNIMEM_INS] = sizeof(struct uni), \
|
| D | ng_uni.c | 74 struct uni *uni; member 199 NETGRAPH_INIT(uni, &ng_uni_typestruct); 201 static void uni_uni_output(struct uni *, void *, enum uni_sig, u_int32_t, 203 static void uni_saal_output(struct uni *, void *, enum saal_sig, 205 static void uni_verbose(struct uni *, void *, u_int, const char *, ...) 207 static void uni_do_status(struct uni *, void *, void *, const char *, ...) 228 if ((priv->uni = uni_create(node, &uni_funcs)) == NULL) { in ng_uni_constructor() 244 uni_destroy(priv->uni); in ng_uni_shutdown() 259 uni_do_status(struct uni *uni, void *uarg, void *sbuf, const char *fmt, ...) in uni_do_status() argument 292 if (uni_get_debug(priv->uni, f) != 0) in text_status() [all …]
|
| /freebsd-9-stable/contrib/ngatm/libngatm/ |
| D | unicust.h | 52 #define INS_ALLOC() mzalloc(sizeof(struct uni)) 90 static void F(struct uni *); \ 94 struct uni *uni = (struct uni *)varg; \ 95 uni->T.c = NULL; \ 96 (F)(uni); \
|
| /freebsd-9-stable/crypto/openssl/crypto/pkcs12/ |
| D | p12_utl.c | 72 unsigned char *asc2uni(const char *asc, int asclen, unsigned char **uni, in asc2uni() argument 91 if (uni) in asc2uni() 92 *uni = unitmp; in asc2uni() 96 char *uni2asc(unsigned char *uni, int unilen) in uni2asc() argument 102 if (!unilen || uni[unilen - 1]) in uni2asc() 104 uni++; in uni2asc() 108 asctmp[i >> 1] = uni[i]; in uni2asc()
|
| D | pkcs12.h | 245 unsigned char **uni, int *unilen); 246 char *OPENSSL_uni2asc(unsigned char *uni, int unilen); 248 unsigned char *asc2uni(const char *asc, int asclen, unsigned char **uni, 250 char *uni2asc(unsigned char *uni, int unilen);
|
| /freebsd-9-stable/contrib/ntp/html/hints/ |
| D | changes | 1 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> (xntpd/refclock_parse.c): 6 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> (parse/util/dcfd.c): 12 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> (parse/util/testdcf.c):
|
| D | parse | 27 with kardel@informatik.uni-erlangen.de. These files 75 Conrad DCF77 receiver (email: time@informatik.uni-erlangen.de) 77 TimeBrick (email: time@informatik.uni-erlangen.de) 102 time@informatik.uni-erlangen.de
|
| D | linux | 5 (duwe@informatik.uni-erlangen.de)
|
| /freebsd-9-stable/crypto/openssl/doc/ |
| D | fingerprints.txt | 56 uid Bodo Moeller <3moeller@informatik.uni-hamburg.de> 57 uid Bodo Moeller <Bodo_Moeller@public.uni-hamburg.de> 58 uid Bodo Moeller <3moeller@rzdspc5.informatik.uni-hamburg.de>
|
| /freebsd-9-stable/contrib/ntp/ |
| D | COPYRIGHT | 92 17. [18]Torsten Duwe <duwe@immd4.informatik.uni-erlangen.de> Linux 136 44. [48]Rainer Pruy <Rainer.Pruy@informatik.uni-erlangen.de> 161 59. [63]Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> corrected and 184 18. mailto:%20duwe@immd4.informatik.uni-erlangen.de 196 30. http://www4.informatik.uni-erlangen.de/%7ekardel 214 48. mailto:%20Rainer.Pruy@informatik.uni-erlangen.de 229 63. mailto:%20Ulrich.Windl@rz.uni-regensburg.de
|
| /freebsd-9-stable/contrib/ntp/sntp/ |
| D | COPYRIGHT | 92 17. [18]Torsten Duwe <duwe@immd4.informatik.uni-erlangen.de> Linux 136 44. [48]Rainer Pruy <Rainer.Pruy@informatik.uni-erlangen.de> 161 59. [63]Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> corrected and 184 18. mailto:%20duwe@immd4.informatik.uni-erlangen.de 196 30. http://www4.informatik.uni-erlangen.de/%7ekardel 214 48. mailto:%20Rainer.Pruy@informatik.uni-erlangen.de 229 63. mailto:%20Ulrich.Windl@rz.uni-regensburg.de
|
| /freebsd-9-stable/contrib/dialog/po/ |
| D | bg.po | 4 # Ognyan Kulev <ogi@fmi.uni-sofia.bg>, 2004. 13 "Last-Translator: Ognyan Kulev <ogi@fmi.uni-sofia.bg>\n"
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | amigaos | 7 # From ignatios@cs.uni-bonn.de (Ignatios Souvatzis) 26 # G=F6tz Waschk <waschk@informatik.uni-rostock.de>
|
| D | parix | 6 # From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
|
| /freebsd-9-stable/contrib/nvi/catalog/ |
| D | german.owner | 1 Bernhard Daeubler <daeb@physik.uni-ulm.de>
|
| /freebsd-9-stable/sys/modules/netgraph/atm/ |
| D | Makefile | 9 uni
|
| /freebsd-9-stable/sys/modules/netgraph/atm/uni/ |
| D | Makefile | 8 .PATH: ${.CURDIR}/../../../../netgraph/atm/uni
|