BIOCGMMWRITE

Get the multi-packet write parameter

Synopsis:

#include <net/bpf.h>

#define BIOCGMMWRITE	_IOR('B', 253, u_int)

Arguments to ioctl():

ArgumentValue
fdFile descriptor obtained by opening the device
requestBIOCGMMWRITE
Additional argumentA pointer to an u_int

Description

This command gets the multi-packet write parameter's value for the given file descriptor.

Input

None.

Output

The value of the parameter is written to the provided int.

Page updated: