BIOCSMMWRITE

Set the multi-packet write parameter

Synopsis:

#include <net/bpf.h>

#define BIOCSMMWRITE	_IOW('B', 253, u_int)

Arguments to ioctl():

ArgumentValue
fdFile descriptor obtained by opening the device
requestBIOCSMMWRITE
Additional argumentA 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: