Searched refs:fwd (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/unbound/iterator/
H A Diter_fwd.h95 * @param fwd: to delete.
97 void forwards_delete(struct iter_forwards* fwd);
101 * @param fwd: where to store.
105 int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
109 * @param fwd: forward storage.
114 struct delegpt* forwards_find(struct iter_forwards* fwd, uint8_t* qname,
122 * @param fwd: forward storage.
128 struct delegpt* forwards_lookup(struct iter_forwards* fwd,
133 * @param fwd: forward storage.
137 struct delegpt* forwards_lookup_root(struct iter_forwards* fwd,
[all...]
H A Diter_fwd.c70 struct iter_forwards* fwd = (struct iter_forwards*)calloc(1, local
72 if(!fwd)
74 return fwd;
91 static void fwd_del_tree(struct iter_forwards* fwd) argument
93 if(fwd->tree)
94 traverse_postorder(fwd->tree, &delfwdnode, NULL);
95 free(fwd->tree);
99 forwards_delete(struct iter_forwards* fwd) argument
101 if(!fwd)
103 fwd_del_tree(fwd);
109 forwards_insert_data(struct iter_forwards* fwd, uint16_t c, uint8_t* nm, size_t nmlen, int nmlabs, struct delegpt* dp) argument
142 forwards_insert(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp) argument
150 fwd_init_parents(struct iter_forwards* fwd) argument
251 read_forwards(struct iter_forwards* fwd, struct config_file* cfg) argument
278 fwd_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm) argument
291 make_stub_holes(struct iter_forwards* fwd, struct config_file* cfg) argument
313 forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg) argument
330 forwards_find(struct iter_forwards* fwd, uint8_t* qname, uint16_t qclass) argument
344 forwards_lookup(struct iter_forwards* fwd, uint8_t* qname, uint16_t qclass) argument
378 forwards_lookup_root(struct iter_forwards* fwd, uint16_t qclass) argument
385 forwards_next_root(struct iter_forwards* fwd, uint16_t* dclass) argument
435 forwards_get_mem(struct iter_forwards* fwd) argument
449 fwd_zone_find(struct iter_forwards* fwd, uint16_t c, uint8_t* nm) argument
460 forwards_add_zone(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp) argument
474 forwards_delete_zone(struct iter_forwards* fwd, uint16_t c, uint8_t* nm) argument
485 forwards_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm) argument
495 forwards_delete_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm) argument
[all...]
H A Diter_utils.h304 * @param fwd: the forwards.
308 int iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
/freebsd-10-stable/contrib/flex/
H A Decs.c71 * fwd is the forward linked-list of equivalence class members. bck
77 int cre8ecs (fwd, bck, num)
78 int fwd[], bck[], num;
92 for (j = fwd[i]; j != NIL; j = fwd[j])
104 * int lenccl, fwd[llsiz], bck[llsiz], llsiz, NUL_mapping;
105 * void mkeccl( Char ccls[], int lenccl, int fwd[llsiz], int bck[llsiz],
109 * number of elements in the ccl, fwd is the forward link-list of equivalent
115 void mkeccl (ccls, lenccl, fwd, bck, llsiz, NUL_mapping)
117 int lenccl, fwd[], bc
[all...]
/freebsd-10-stable/crypto/openssh/regress/
H A Dmultiplex.sh86 rm -f ${COPY} $OBJ/unix-[123].fwd
89 $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null &
91 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L$OBJ/unix-2.fwd:$OBJ/unix-1.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1
92 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R$OBJ/unix-3.fwd:$OBJ/unix-2.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1
93 $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} 2>/dev/null
96 rm -f ${COPY} $OBJ/unix-[123].fwd
142 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L $OBJ/unix-1.fwd:localhost:$PORT otherhost \
144 echo "" | $NC -U $OBJ/unix-1.fwd | gre
[all...]
H A Dforwarding.sh12 fwd=""
21 # fwd chain: $a -> $b -> $c
22 fwd="$fwd -L$a:127.0.0.1:$b -R$b:127.0.0.1:$c"
32 ${SSH} -$p -F $OBJ/ssh_config -f $fwd somehost sleep 10
131 rm -f $OBJ/unix-[123].fwd
132 ${SSH} -f -F $OBJ/ssh_config -R${base}01:[$OBJ/unix-1.fwd] somehost sleep 10
133 ${SSH} -f -F $OBJ/ssh_config -L[$OBJ/unix-1.fwd]:[$OBJ/unix-2.fwd] somehost sleep 10
134 ${SSH} -f -F $OBJ/ssh_config -R[$OBJ/unix-2.fwd]
[all...]
H A Dcfgmatch.sh8 fwd="-L $fwdport:127.0.0.1:$PORT"
16 ${SSH} -q -$p $fwd "$@" somehost \
/freebsd-10-stable/crypto/openssh/
H A Dreadconf.c323 struct Forward *fwd; local
348 fwd = &options->local_forwards[options->num_local_forwards++];
350 fwd->listen_host = newfwd->listen_host;
351 fwd->listen_port = newfwd->listen_port;
352 fwd->listen_path = newfwd->listen_path;
353 fwd->connect_host = newfwd->connect_host;
354 fwd->connect_port = newfwd->connect_port;
355 fwd->connect_path = newfwd->connect_path;
366 struct Forward *fwd; local
377 fwd
845 struct Forward fwd; local
2135 parse_fwd_field(char **p, struct fwdarg *fwd) argument
2201 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) argument
2491 const struct Forward *fwd; local
[all...]
H A Dmux.c106 /* Context for stdio fwd open confirmation callback */
516 format_forward(u_int ftype, struct Forward *fwd) argument
523 (fwd->listen_path != NULL) ? fwd->listen_path :
524 (fwd->listen_host == NULL) ?
526 fwd->listen_host, fwd->listen_port,
527 (fwd->connect_path != NULL) ? fwd->connect_path :
528 fwd
660 struct Forward fwd; local
828 struct Forward fwd, *found_fwd; local
1690 mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd) argument
[all...]
H A Dserverloop.c1232 struct Forward fwd; local
1237 memset(&fwd, 0, sizeof(fwd));
1238 fwd.listen_host = packet_get_string(NULL);
1239 fwd.listen_port = (u_short)packet_get_int();
1241 fwd.listen_host, fwd.listen_port);
1246 (!want_reply && fwd.listen_port == 0) ||
1247 (fwd.listen_port != 0 && fwd
1263 struct Forward fwd; local
1274 struct Forward fwd; local
1293 struct Forward fwd; local
[all...]
H A Dchannels.c2820 channel_setup_fwd_listener_tcpip(int type, struct Forward *fwd, argument
2832 if (is_client && fwd->connect_path != NULL) {
2833 host = fwd->connect_path;
2836 fwd->listen_host : fwd->connect_host;
2848 addr = channel_fwd_bind_addr(fwd->listen_host, &wildcard,
2861 snprintf(strport, sizeof strport, "%d", fwd->listen_port);
2892 if (type == SSH_CHANNEL_RPORT_LISTENER && fwd->listen_port == 0 &&
2935 * fwd->listen_port == 0 requests a dynamically allocated port -
2938 if (type == SSH_CHANNEL_RPORT_LISTENER && fwd
2968 channel_setup_fwd_listener_streamlocal(int type, struct Forward *fwd, struct ForwardOptions *fwd_opts) argument
3084 channel_cancel_rport_listener(struct Forward *fwd) argument
3155 channel_cancel_lport_listener(struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) argument
3165 channel_setup_local_fwd_listener(struct Forward *fwd, struct ForwardOptions *fwd_opts) argument
3178 channel_setup_remote_fwd_listener(struct Forward *fwd, int *allocated_listen_port, struct ForwardOptions *fwd_opts) argument
3219 channel_request_remote_forwarding(struct Forward *fwd) argument
3431 channel_request_rforward_cancel(struct Forward *fwd) argument
3451 struct Forward fwd; local
[all...]
H A Dclientloop.c913 struct Forward fwd; local
915 memset(&fwd, 0, sizeof(fwd));
982 if (!parse_forward(&fwd, s, 1, 0)) {
987 ok = channel_request_rforward_cancel(&fwd) == 0;
989 ok = channel_cancel_lport_listener(&fwd,
992 ok = channel_cancel_lport_listener(&fwd,
1001 if (!parse_forward(&fwd, s, dynamic, remote)) {
1006 if (!channel_setup_local_fwd_listener(&fwd,
1012 if (channel_request_remote_forwarding(&fwd) <
[all...]
H A Dssh.c527 struct Forward fwd; local
791 if (parse_forward(&fwd, optarg, 1, 0)) {
792 options.stdio_forward_host = fwd.listen_host;
793 options.stdio_forward_port = fwd.listen_port;
794 free(fwd.connect_host);
873 if (parse_forward(&fwd, optarg, 0, 0))
874 add_local_forward(&options, &fwd);
884 if (parse_forward(&fwd, optarg, 0, 1)) {
885 add_remote_forward(&options, &fwd);
895 if (parse_forward(&fwd, optar
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2926 mchunkptr fwd; /* misc temp for linking */ local
3068 fwd = bck->fd;
3073 fwd = bck->fd;
3075 if (fwd != bck) {
3078 fwd = bck;
3086 while ((unsigned long)(size) < (unsigned long)(fwd->size)) {
3087 fwd = fwd->fd;
3089 bck = fwd->bk;
3096 victim->fd = fwd;
3295 mchunkptr fwd; /* misc temp for linking */ local
3441 mchunkptr fwd; local
3541 mchunkptr fwd; /* misc temp for linking */ local
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dtw.init.c320 size_t fwd, i; local
327 for (i = 0, fwd = 0; i + 1 < tw_cmd.nlist; i++) {
329 fwd++; /* increase the forward ref. count */
330 else if (fwd)
331 tw_cmd.list[i - fwd] = tw_cmd.list[i];
334 if (fwd)
335 tw_cmd.list[i - fwd] = tw_cmd.list[i];
336 tw_cmd.nlist -= fwd;
H A Dtw.parse.c532 int fwd, i; local
534 for (i = 0, fwd = 0; av[i] != NULL; i++)
536 fwd++;
541 else if (fwd)
542 av[i - fwd] = av[i];
544 if (fwd)
545 av[i - fwd] = av[i];
/freebsd-10-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c447 struct iter_forwards* fwd = forwards_create(); local
448 if(!fwd || !forwards_apply_cfg(fwd, cfg)) {
451 forwards_delete(fwd);
/freebsd-10-stable/usr.bin/ul/
H A Dul.c95 static void fwd(void);
248 fwd();
444 fwd(void) function
459 fwd();
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c133 hash_t *dw_fwdhash; /* hash of fwd decls by name */
921 tdesc_t *fwd = arg1, *sou = arg2; local
923 debug(3, "tdp %u: mapped forward %s to sou %u\n", fwd->t_id,
924 tdesc_name(fwd), sou->t_id);
925 fwd->t_tdesc = sou;
1690 die_fwd_resolve(tdesc_t *fwd, tdesc_t **fwdp, void *private __unused) argument
1692 if (fwd->t_flags & TDESC_F_RESOLVED)
1695 if (fwd->t_tdesc != NULL) {
1696 debug(3, "tdp %u: unforwarded %s\n", fwd->t_id,
1697 tdesc_name(fwd));
[all...]
H A Dmerge.c873 fwd_redir(tdesc_t *fwd, tdesc_t **fwdp, void *private) argument
878 if (!alist_find(map, (void *)fwd, (void **)&defn))
913 tdesc_t *fwd = name; local
929 alist_add(rmd->rmd_map, (void *)fwd, (void *)defn);
/freebsd-10-stable/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh32 # Test ipfw fwd for IPv4 and IPv6 using VIMAGE, testing that as well.
134 jexec ${mjid} /sbin/ipfw add 100 fwd ${_fip}${_fport} ${_p} from ${_sip} to ${_dip}
177 jexec ${mjid} /sbin/ipfw add 100 fwd ${_fip} ${_p} from ${_sip} to ${_dip}
/freebsd-10-stable/contrib/unbound/daemon/
H A Dremote.c1707 struct iter_forwards* fwd = worker->env.fwds; local
1709 if(!fwd) {
1714 (void)print_root_fwds(ssl, fwd, root);
1722 forwards_delete_zone(fwd, LDNS_RR_CLASS_IN, root);
1727 if(!forwards_add_zone(fwd, LDNS_RR_CLASS_IN, dp)) {
1783 struct iter_forwards* fwd = worker->env.fwds; local
1798 if(!forwards_add_zone(fwd, LDNS_RR_CLASS_IN, dp)) {
1811 struct iter_forwards* fwd = worker->env.fwds; local
1819 forwards_delete_zone(fwd, LDNS_RR_CLASS_IN, nm);
1828 struct iter_forwards* fwd local
1869 struct iter_forwards* fwd = worker->env.fwds; local
[all...]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c2001 int fwd; local
2026 fwd = 1;
2034 if (fwd) {
2042 if (fwd == 1 && s[1] == ':') {
2049 fwd = 0;
2050 } else if (fwd == 0 && s[-1] == ':') {
2061 if (fwd) {
2069 if (fwd)
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h146 u_int fwd_cpcs; /* max fwd cpcs blocksize */
156 u_int fwd_cpcs; /* max fwd cpcs blocksize */
846 enum uni_qos fwd; member in struct:uni_ie_qos
1187 struct uni_abr_rec fwd, bwd; member in struct:uni_ie_abradd
/freebsd-10-stable/sys/dev/advansys/
H A Dadvlib.h752 u_int8_t fwd; member in struct:adv_risc_q
779 u_int8_t fwd; member in struct:asc_risc_sg_list_q

Completed in 721 milliseconds

12