-Used to specify the type of data link layer of the interface
-attached to the bpf descriptor. If the current interface is
-not of the given type then the descriptor will be reattached
-to an interface of the given type. If the descriptor has
-promiscuous mode set, the new interface will be moved to
-promiscuous mode.
-.Er EINVAL
-is returned if no interface has been specified.
-The device types, prefixed with
-.Dq Li DLT_ ,
-are defined in
-.Aq Pa net/bpf.h .
-.It Dv BIOCGDLTLIST
-.Pq Li struct bpf_dltlist
-Returns a list of data link types of the the given interface.
-A user allocated buffer to hold the list and length of expected
-list should be provided in struct bpf_dltlist, defined in
-.Aq Pa net/bpf.h .