freebsd-dev/share/man
Jung-uk Kim 560a54e10c Add three new ioctl(2) commands for bpf(4).
- BIOCGDIRECTION and BIOCSDIRECTION get or set the setting determining
whether incoming, outgoing, or all packets on the interface should be
returned by BPF.  Set to BPF_D_IN to see only incoming packets on the
interface.  Set to BPF_D_INOUT to see packets originating locally and
remotely on the interface.  Set to BPF_D_OUT to see only outgoing
packets on the interface.  This setting is initialized to BPF_D_INOUT
by default.  BIOCGSEESENT and BIOCSSEESENT are obsoleted by these but
kept for backward compatibility.

- BIOCFEEDBACK sets packet feedback mode.  This allows injected packets
to be fed back as input to the interface when output via the interface is
successful.  When BPF_D_INOUT direction is set, injected outgoing packet
is not returned by BPF to avoid duplication.  This flag is initialized to
zero by default.

Note that libpcap has been modified to support BPF_D_OUT direction for
pcap_setdirection(3) and PCAP_D_OUT direction is functional now.

Reviewed by:	rwatson
2007-02-26 22:24:14 +00:00
..
man1 Fix markup. 2006-12-26 22:25:58 +00:00
man3 Add a reference too pthread_cancel(3). 2007-01-19 17:34:52 +00:00
man4 Add three new ioctl(2) commands for bpf(4). 2007-02-26 22:24:14 +00:00
man5 Nuke pcnfsd(8) reference. 2007-02-09 22:18:56 +00:00
man6 - We don't install USD docs for games anymore since the games with docs 2005-11-29 17:11:09 +00:00
man7 Document the loader tunables which control hard process memory limits. 2007-01-17 22:23:28 +00:00
man8 MFp4: 2006-12-27 13:22:41 +00:00
man9 Add rw_wowned(9) symlink. 2007-02-26 19:09:36 +00:00
Makefile Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00