Home
last modified time | relevance | path

Searched refs:BIOCSHDRCMPLT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/
H A Dbpf.h120 #define BIOCSHDRCMPLT _IOW('B',117, u_int) macro
H A Dbpf.c962 case BIOCSHDRCMPLT: in bpfioctl()
/dragonfly/contrib/libpcap/
H A Dpcap-bpf.c1343 if (ioctl(p->fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) { in pcap_inject_bpf()
1769 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT)
2451 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT)
2461 if (ioctl(fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) {
/dragonfly/sys/net/netmap/
H A Dnetmap.c1483 case BIOCSHDRCMPLT: in netmap_ioctl()