HomeSort by: relevance | last modified time | path
    Searched refs:BIOCSHDRCMPLT (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/ndbootd/config/
ndbootd-bpf.c 160 if (ioctl(network_fd, BIOCSHDRCMPLT, &bpf_opt) < 0) {
  /src/sys/net/
bpf.h 144 #define BIOCSHDRCMPLT _IOW('B', 117, u_int)
bpf.c 970 * BIOCSHDRCMPLT Set "header already complete" flag.
1291 case BIOCSHDRCMPLT: /* set "header already complete" flag */
  /src/external/bsd/libpcap/dist/
pcap-bpf.c 1469 * the BIOCSHDRCMPLT flag causes writes to fail; see, for
1472 * http://cerberus.sourcefire.com/~jeff/archives/patches/macosx/BIOCSHDRCMPLT-10.3.3.patch
1487 if (ioctl(p->fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) {
1489 errno, "send: can't turn off BIOCSHDRCMPLT");
1909 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT)
2543 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT)
2545 * Do a BIOCSHDRCMPLT, if defined, to turn that flag on, so
2553 if (ioctl(fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) {
2555 errno, "BIOCSHDRCMPLT");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1633 unsigned IOCTL_BIOCSHDRCMPLT = BIOCSHDRCMPLT;
sanitizer_interceptors_ioctl_netbsd.inc 684 _(BIOCSHDRCMPLT, READ, sizeof(unsigned int));
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 683 _(BIOCSHDRCMPLT, READ, sizeof(unsigned int));
sanitizer_platform_limits_netbsd.cpp 1796 unsigned IOCTL_BIOCSHDRCMPLT = BIOCSHDRCMPLT;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 683 _(BIOCSHDRCMPLT, READ, sizeof(unsigned int));
sanitizer_platform_limits_netbsd.cpp 1796 unsigned IOCTL_BIOCSHDRCMPLT = BIOCSHDRCMPLT;

Completed in 76 milliseconds