BIOCSMMWRITE
Set the multi-packet write parameter
Synopsis:
#include <net/bpf.h> #define BIOCSMMWRITE _IOW('B', 253, u_int)
Arguments to ioctl():
Argument | Value |
---|---|
fd | File descriptor obtained by opening the device |
request | BIOCSMMWRITE |
Additional argument | A pointer to an u_int |
Description
This command sets multi-packet writes for the given file descriptor. BIOCSMMWRITE must be used before BIOCSETIF.
Input
Zero to clear multi-packet write, or nonzero to set it.
Output
None.
Page updated: