Symbol: forward
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
89
int forward(int);
crypto/heimdal/lib/krb5/test_keytab.c
184
perf_delete(krb5_context context, krb5_keytab id, int forward, int times)
libexec/bootpd/bootpd.c
1010
sendreply(int forward, int32 dst_override)
libexec/bootpd/bootpd.c
1042
} else if (bp->bp_giaddr.s_addr && forward == 0) {
libexec/bootpd/bootpd.c
1067
if ((forward == 0) &&
libexec/bootpd/bootpd.c
107
PRIVATE void sendreply(int forward, int32 dest_override);
sbin/ipf/ipfstat/ipfstat.c
1280
int len, srclen, dstlen, forward = 1, c = 0;
sbin/ipf/ipfstat/ipfstat.c
1415
if (forward) {
sbin/ipf/ipfstat/ipfstat.c
1685
forward = 0;
sbin/ipf/ipfstat/ipfstat.c
1687
forward = 1;
sys/dev/oce/oce_hw.h
2409
uint32_t forward:1;
sys/dev/oce/oce_hw.h
2429
uint32_t forward:1;
sys/dev/oce/oce_if.c
1125
nichdr->u0.s.forward = 0;
sys/net80211/ieee80211_hwmp.c
1544
int i, j = 0, forward = 0;
sys/net80211/ieee80211_hwmp.c
1553
forward = 1;
sys/net80211/ieee80211_hwmp.c
1571
if (forward)
sys/net80211/ieee80211_hwmp.c
1579
if (forward) {
sys/net80211/ieee80211_hwmp.c
1621
if (forward && perr->perr_ttl > 1) {
sys/netinet/ip_options.c
105
int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0;
sys/netinet/ip_options.c
268
forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr));
sys/netinet/ip_options.c
380
if (forward && V_ipforwarding) {
sys/netipsec/ipsec_mod.c
58
.forward = ipsec4_forward,
sys/netipsec/ipsec_mod.c
80
.forward = ipsec6_forward,
sys/netipsec/ipsec_support.h
161
(*(proto ## _ipsec_support)->methods->forward)(m)
sys/netipsec/ipsec_support.h
82
int (*forward)(struct mbuf *);
sys/netipsec/subr_ipsec.c
352
forward, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m),
sys/netpfil/pf/pf_norm.c
1047
struct ifnet *rt, bool forward)
sys/netpfil/pf/pf_norm.c
1138
} else if (forward) {
sys/vm/vm_fault.c
181
int backward, int forward, bool obj_locked);
sys/vm/vm_fault.c
2067
int backward, int forward, bool obj_locked)
sys/vm/vm_fault.c
2108
for (i = 0; i < 2 * imax(backward, forward); i++) {
sys/vm/vm_fault.c
2111
if (addr > addra + forward * PAGE_SIZE)
usr.bin/mail/collect.c
427
if (forward(linebuf + 2, collf, tempname, c) < 0)
usr.bin/mail/extern.h
123
int forward(char *, FILE *, char *, int);
usr.bin/tail/extern.h
64
void forward(FILE *, const char *, enum STYLE, off_t, struct stat *);
usr.bin/tail/forward.c
321
forward(file->fp, file->file_name, style, off, &file->st);
usr.bin/tail/tail.c
110
style = (forward); \
usr.bin/tail/tail.c
240
forward(fp, fn, style, off, &sb);
usr.bin/tail/tail.c
268
forward(stdin, fn, style, off, &sb);
usr.bin/tail/tail.c
97
#define ARG(units, forward, backward) { \
usr.sbin/virtual_oss/virtual_equalizer/equalizer.c
157
e->forward = fftw_plan_r2r_1d(block_size, e->fftw_time, e->fftw_freq,
usr.sbin/virtual_oss/virtual_equalizer/equalizer.c
195
fftw_execute(eq->forward);
usr.sbin/virtual_oss/virtual_equalizer/equalizer.c
241
fftw_destroy_plan(eq->forward);
usr.sbin/virtual_oss/virtual_equalizer/equalizer.c
60
fftw_plan forward;
usr.sbin/ypldap/aldap.c
570
char *p, *forward, *forward2;
usr.sbin/ypldap/aldap.c
584
if ((forward = strchr(p, '/')) != NULL)
usr.sbin/ypldap/aldap.c
585
*forward = '\0';
usr.sbin/ypldap/aldap.c
601
if (forward == NULL)
usr.sbin/ypldap/aldap.c
604
p = ++forward;
usr.sbin/ypldap/aldap.c
609
if ((forward = strchr(p, '?')) != NULL)
usr.sbin/ypldap/aldap.c
610
*forward = '\0';
usr.sbin/ypldap/aldap.c
612
if (forward == NULL)
usr.sbin/ypldap/aldap.c
615
p = ++forward;
usr.sbin/ypldap/aldap.c
620
if ((forward = strchr(p, '?')) != NULL)
usr.sbin/ypldap/aldap.c
621
*forward = '\0';
usr.sbin/ypldap/aldap.c
633
if (forward == NULL)
usr.sbin/ypldap/aldap.c
636
p = ++forward;
usr.sbin/ypldap/aldap.c
641
if ((forward = strchr(p, '?')) != NULL)
usr.sbin/ypldap/aldap.c
642
*forward = '\0';
usr.sbin/ypldap/aldap.c
651
if (forward == NULL)
usr.sbin/ypldap/aldap.c
653
p = ++forward;