BIOCGMMWRITE
Get the multi-packet write parameter
Synopsis:
#include <net/bpf.h> #define BIOCGMMWRITE _IOR('B', 253, u_int)
Arguments to ioctl():
| Argument | Value |
|---|---|
| fd | File descriptor obtained by opening the device |
| request | BIOCGMMWRITE |
| Additional argument | A 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:
