Lines Matching +full:- +full:destination
9 * Copyright (C) 1991-1997, 2001, 2003, 2006 Free Software Foundation, Inc.
22 * See the COPYING file in the top-level directory.
39 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */
58 uint32_t ip_src, ip_dst; /* source and destination address */
63 uint16_t th_dport; /* destination port */
76 TCP_FLAGS_ONLY(be16_to_cpu((tcp)->th_offset_flags))
81 (((be16_to_cpu((tcp)->th_offset_flags) >> 12) & 0xf) << 2)
85 uint16_t uh_dport; /* destination port */
109 20 bits flow-ID */
121 struct in6_address ip6_dst; /* destination address */
154 uint16_t uh_dport; /* destination port */
161 u_short th_dport; /* destination port */
211 (((ip)->ip_ver_len >> 4) & 0xf)
213 ((be16_to_cpu((ip)->ip_off) & (IP_OFFMASK | IP_MF)) != 0)
289 if (is_broadcast_ether_addr(ehdr->h_dest)) { in get_eth_packet_type()
291 } else if (is_multicast_ether_addr(ehdr->h_dest)) { in get_eth_packet_type()
301 uint16_t proto = be16_to_cpu(PKT_GET_ETH_HDR(p)->h_proto); in eth_get_l2_hdr_length()
307 if (be16_to_cpu(hvlan->h_proto) == ETH_P_VLAN) { in eth_get_l2_hdr_length()
333 uint16_t proto = be16_to_cpu(PKT_GET_ETH_HDR(p)->h_proto); in eth_get_pkt_tci()
338 return be16_to_cpu(hvlan->h_tci); in eth_get_pkt_tci()
425 * eth_pad_short_frame - pad a short frame to the minimum Ethernet frame length