HomeSort by: relevance | last modified time | path
    Searched defs:fwd (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/mpl/dhcp/bind/dist/lib/dns/
forward.c 77 dns_forwarder_t *fwd, *nfwd; local
84 for (fwd = ISC_LIST_HEAD(*fwdrs); fwd != NULL;
85 fwd = ISC_LIST_NEXT(fwd, link))
88 *nfwd = *fwd;
106 fwd = ISC_LIST_HEAD(forwarders->fwdrs);
107 ISC_LIST_UNLINK(forwarders->fwdrs, fwd, link);
108 isc_mem_put(fwdtable->mctx, fwd, sizeof(*fwd));
119 dns_forwarder_t *fwd; local
219 dns_forwarder_t *fwd; local
    [all...]
forward.c 77 dns_forwarder_t *fwd, *nfwd; local
84 for (fwd = ISC_LIST_HEAD(*fwdrs); fwd != NULL;
85 fwd = ISC_LIST_NEXT(fwd, link))
88 *nfwd = *fwd;
106 fwd = ISC_LIST_HEAD(forwarders->fwdrs);
107 ISC_LIST_UNLINK(forwarders->fwdrs, fwd, link);
108 isc_mem_put(fwdtable->mctx, fwd, sizeof(*fwd));
119 dns_forwarder_t *fwd; local
219 dns_forwarder_t *fwd; local
    [all...]
  /src/lib/libform/
internals.h 74 struct _formi_tab_stops *fwd; member in struct:_formi_tab_stops
internals.h 74 struct _formi_tab_stops *fwd; member in struct:_formi_tab_stops
  /src/external/mpl/bind/dist/lib/dns/
forward.c 96 dns_forwarder_t *fwd = NULL, *nfwd = NULL; local
103 for (fwd = ISC_LIST_HEAD(*fwdrs); fwd != NULL;
104 fwd = ISC_LIST_NEXT(fwd, link))
107 *nfwd = *fwd;
109 if (fwd->tlsname != NULL) {
113 dns_name_dup(fwd->tlsname, fwdtable->mctx,
136 dns_forwarder_t *fwd = NULL; local
147 fwd = isc_mem_get(fwdtable->mctx, sizeof(*fwd))
205 dns_forwarder_t *fwd = NULL; local
245 dns_forwarders_t *fwd = pval; local
    [all...]
forward.c 96 dns_forwarder_t *fwd = NULL, *nfwd = NULL; local
103 for (fwd = ISC_LIST_HEAD(*fwdrs); fwd != NULL;
104 fwd = ISC_LIST_NEXT(fwd, link))
107 *nfwd = *fwd;
109 if (fwd->tlsname != NULL) {
113 dns_name_dup(fwd->tlsname, fwdtable->mctx,
136 dns_forwarder_t *fwd = NULL; local
147 fwd = isc_mem_get(fwdtable->mctx, sizeof(*fwd))
205 dns_forwarder_t *fwd = NULL; local
245 dns_forwarders_t *fwd = pval; local
    [all...]
  /src/usr.bin/ul/
ul.c 83 static void fwd(struct CHAR *, size_t);
205 fwd(obuf, obuf_size);
390 fwd(struct CHAR *obuf, size_t obuf_size) function
405 fwd(obuf, obuf_size);
ul.c 83 static void fwd(struct CHAR *, size_t);
205 fwd(obuf, obuf_size);
390 fwd(struct CHAR *obuf, size_t obuf_size) function
405 fwd(obuf, obuf_size);
  /src/external/bsd/unbound/dist/iterator/
iter_fwd.c 70 struct iter_forwards* fwd = (struct iter_forwards*)calloc(1, local
72 if(!fwd)
74 lock_rw_init(&fwd->lock);
75 return fwd;
92 static void fwd_del_tree(struct iter_forwards* fwd)
94 if(fwd->tree)
95 traverse_postorder(fwd->tree, &delfwdnode, NULL);
96 free(fwd->tree);
100 forwards_delete(struct iter_forwards* fwd)
102 if(!fwd)
    [all...]
iter_fwd.c 70 struct iter_forwards* fwd = (struct iter_forwards*)calloc(1, local
72 if(!fwd)
74 lock_rw_init(&fwd->lock);
75 return fwd;
92 static void fwd_del_tree(struct iter_forwards* fwd)
94 if(fwd->tree)
95 traverse_postorder(fwd->tree, &delfwdnode, NULL);
96 free(fwd->tree);
100 forwards_delete(struct iter_forwards* fwd)
102 if(!fwd)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
serverloop.c 786 struct Forward fwd; local
788 memset(&fwd, 0, sizeof(fwd));
799 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 ||
803 fwd.listen_host, port);
805 fwd.listen_port = (int)port;
811 (!want_reply && fwd.listen_port == 0)) {
816 success = channel_setup_remote_fwd_listener(ssh, &fwd,
825 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 ||
830 fwd.listen_host, port)
    [all...]
serverloop.c 786 struct Forward fwd; local
788 memset(&fwd, 0, sizeof(fwd));
799 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 ||
803 fwd.listen_host, port);
805 fwd.listen_port = (int)port;
811 (!want_reply && fwd.listen_port == 0)) {
816 success = channel_setup_remote_fwd_listener(ssh, &fwd,
825 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 ||
830 fwd.listen_host, port)
    [all...]
ssh.c 645 struct Forward fwd; local
912 if (parse_forward(&fwd, optarg, 1, 0)) {
914 fwd.listen_port == PORT_STREAMLOCAL ?
915 fwd.listen_path : fwd.listen_host;
916 options.stdio_forward_port = fwd.listen_port;
917 free(fwd.connect_host);
989 if (parse_forward(&fwd, optarg, 0, 0))
990 add_local_forward(&options, &fwd);
1000 if (parse_forward(&fwd, optarg, 0, 1) |
    [all...]
ssh.c 645 struct Forward fwd; local
912 if (parse_forward(&fwd, optarg, 1, 0)) {
914 fwd.listen_port == PORT_STREAMLOCAL ?
915 fwd.listen_path : fwd.listen_host;
916 options.stdio_forward_port = fwd.listen_port;
917 free(fwd.connect_host);
989 if (parse_forward(&fwd, optarg, 0, 0))
990 add_local_forward(&options, &fwd);
1000 if (parse_forward(&fwd, optarg, 0, 1) |
    [all...]
  /src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c 1029 struct iter_forwards* fwd = forwards_create(); local
1030 if(!fwd || !forwards_apply_cfg(fwd, cfg)) {
1033 forwards_delete(fwd);
unbound-checkconf.c 1029 struct iter_forwards* fwd = forwards_create(); local
1030 if(!fwd || !forwards_apply_cfg(fwd, cfg)) {
1033 forwards_delete(fwd);
  /src/sys/dev/pci/
if_tlregs.h 156 uint32_t fwd; member in struct:tl_Rx_list
169 uint32_t fwd; member in struct:tl_Tx_list
if_tlregs.h 156 uint32_t fwd; member in struct:tl_Rx_list
169 uint32_t fwd; member in struct:tl_Tx_list
  /src/sys/external/bsd/ipf/netinet/
ip_ftp_pxy.c 1900 int fwd; local
1925 fwd = 1;
1933 if (fwd) {
1941 if (fwd == 1 && s[1] == ':') {
1948 fwd = 0;
1949 } else if (fwd == 0 && s[-1] == ':') {
1960 if (fwd) {
1968 if (fwd)
ip_ftp_pxy.c 1900 int fwd; local
1925 fwd = 1;
1933 if (fwd) {
1941 if (fwd == 1 && s[1] == ':') {
1948 fwd = 0;
1949 } else if (fwd == 0 && s[-1] == ':') {
1960 if (fwd) {
1968 if (fwd)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
merge.c 874 fwd_redir(tdesc_t *fwd, tdesc_t **fwdp, void *private)
879 if (!alist_find(map, (void *)fwd, (void **)&defn))
916 tdesc_t *fwd = name; local
932 alist_add(rmd->rmd_map, (void *)fwd, (void *)defn);
merge.c 874 fwd_redir(tdesc_t *fwd, tdesc_t **fwdp, void *private)
879 if (!alist_find(map, (void *)fwd, (void **)&defn))
916 tdesc_t *fwd = name; local
932 alist_add(rmd->rmd_map, (void *)fwd, (void *)defn);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.h 31 fwd, // size of aggregate is ready to compute member in class:Sizeok
aggregate.h 31 fwd, // size of aggregate is ready to compute member in class:Sizeok
  /src/lib/libc/regex/
regcomp.c 93 sopno fwd; local
725 bc->fwd = bc->start;
731 AHEAD(bc->fwd); /* fix previous offset */
732 bc->fwd = HERE();
747 AHEAD(bc->fwd);

Completed in 40 milliseconds

1 2