Symbol: forward
libexec/bootpd/bootpd.c
1007
sendreply(int forward, int32 dst_override)
libexec/bootpd/bootpd.c
1039
} else if (bp->bp_giaddr.s_addr && forward == 0) {
libexec/bootpd/bootpd.c
1062
if ((forward == 0) &&
libexec/bootpd/bootpd.c
118
PRIVATE void sendreply(int forward, int32 dest_override);
sys/dev/netif/oce/oce_hw.h
2361
uint32_t forward:1;
sys/dev/netif/oce/oce_hw.h
2381
uint32_t forward:1;
sys/dev/netif/oce/oce_if.c
888
nichdr->u0.s.forward = 0;
sys/net/netmsg.h
312
struct netmsg_forward forward; /* mbuf embedded */
sys/netinet/ip_input.c
1536
boolean_t forward = FALSE;
sys/netinet/ip_input.c
1670
forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr));
sys/netinet/ip_input.c
1774
if (forward && ipforwarding) {
sys/netinet/ip_input.c
943
fmsg = &msg->forward;
sys/netproto/802_11/wlan/ieee80211_hwmp.c
1727
int i, j = 0, forward = 0;
sys/netproto/802_11/wlan/ieee80211_hwmp.c
1741
forward = 1;
sys/netproto/802_11/wlan/ieee80211_hwmp.c
1764
if (forward)
sys/netproto/802_11/wlan/ieee80211_hwmp.c
1772
if (forward) {
sys/netproto/802_11/wlan/ieee80211_hwmp.c
1814
if (forward && perr->perr_ttl > 1) {
usr.bin/mail/collect.c
424
if (forward(linebuf + 2, collf, tempname, c) < 0)
usr.bin/mail/extern.h
124
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
329
forward(file->fp, file->file_name, style, off, &file->st);
usr.bin/tail/tail.c
194
forward(fp, fn, style, off, &sb);
usr.bin/tail/tail.c
227
forward(stdin, fn, style, off, &sb);