HomeSort by relevance Sort by last modified time
    Searched refs:hw_protocol (Results 1 - 15 of 15) sorted by null

  /external/libpcap/pcap/
nflog.h 55 u_int16_t hw_protocol; /* hw protocol */ member in struct:nflog_packet_hdr
  /external/iptables/include/linux/netfilter_ipv4/
ip_queue.h 29 __be16 hw_protocol; /* Hardware protocol (network order) */ member in struct:ipq_packet_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 21 __be16 hw_protocol; /* Hardware protocol (network order) */ member in struct:ipq_packet_msg
  /bionic/libc/kernel/uapi/linux/netfilter/
nfnetlink_log.h 29 __be16 hw_protocol; member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 32 __be16 hw_protocol; member in struct:nfqnl_msg_packet_hdr
  /external/kernel-headers/original/uapi/linux/netfilter/
nfnetlink_log.h 20 __be16 hw_protocol; /* hw protocol (network order) */ member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 19 __be16 hw_protocol; /* hw protocol (network order) */ member in struct:nfqnl_msg_packet_hdr
  /external/libnl/include/linux-private/linux/netfilter/
nfnetlink_log.h 23 __be16 hw_protocol; /* hw protocol (network order) */ member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 22 __be16 hw_protocol; /* hw protocol (network order) */ member in struct:nfqnl_msg_packet_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 19 __be16 hw_protocol; /* hw protocol (network order) */ member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 18 __be16 hw_protocol; /* hw protocol (network order) */ member in struct:nfqnl_msg_packet_hdr
  /external/libnl/lib/netfilter/
log_msg.c 90 if (hdr->hw_protocol)
91 nfnl_log_msg_set_hwproto(msg, hdr->hw_protocol);
queue_msg.c 90 if (hdr->hw_protocol)
91 nfnl_queue_msg_set_hwproto(msg, hdr->hw_protocol);
  /system/netd/server/
WakeupController.cpp 167 args.ethertype = ntohs(packetHdr.hw_protocol);
WakeupControllerTest.cpp 189 msg.packetHeader.hw_protocol = htons(kEthertype);

Completed in 253 milliseconds