Lines Matching +full:ip +full:- +full:76

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2010-2011 Alexander V. Chernikov <melifaro@ipfw.ru>
90 uint32_t src_addr; /* Source IP address */
91 uint32_t dst_addr; /* Destination IP address */
92 uint32_t next_hop; /* Next hop IP address */
102 uint8_t prot; /* IP protocol */
103 uint8_t tos; /* IP type of service */
112 uint32_t src_addr; /* Source IP address */
113 uint32_t dst_addr; /* Destination IP address */
114 uint32_t next_hop; /* Next hop IP address */
125 uint8_t prot; /* IP protocol */
126 uint8_t tos; /* IP type of service */
149 …IELD_IN_PKTS 2 /* Incoming counter with number of packets associated with an IP Flow. Default 4 */
151 #define NETFLOW_V9_FIELD_PROTOCOL 4 /* IP protocol byte. 1 */
162 #define NETFLOW_V9_FIELD_IPV4_NEXT_HOP 15 /* IPv4 address of the next-hop router. 4 */
165 #define NETFLOW_V9_FIELD_BGP_IPV4_NEXT_HOP 18 /* Next-hop router's IP address in the BGP domain. 4 …
166 …efine NETFLOW_V9_FIELD_MUL_DST_PKTS 19 /* IP multicast outgoing packet counter for packets associ…
167 …LOW_V9_FIELD_MUL_DST_BYTES 20 /* IP multicast outgoing Octet (byte) counter for the number of byt…
170 …_OUT_BYTES 23 /* Outgoing counter for the number of bytes associated with an IP Flow. Default 4 */
171 …OUT_PKTS 24 /* Outgoing counter for the number of packets associated with an IP Flow. Default 4 */
180 #define NETFLOW_V9_FIELD_SAMPLING_ALGORITHM 35 /* For sampled NetFlow platform-wide: 0x01 determini…
190 #define NETFLOW_V9_FIELD_FLOW_SAMPLER_ID 48 /* Identifier shown in "show flow-sampler". 1 */
199 #define NETFLOW_V9_FIELD_DIRECTION 61 /* Flow direction: 0 - ingress flow 1 - egress flow. 1 */
200 #define NETFLOW_V9_FIELD_IPV6_NEXT_HOP 62 /* IPv6 address of the next-hop router. 16 */
201 #define NETFLOW_V9_FIELD_BGP_IPV6_NEXT_HOP 63 /* Next-hop router in the BGP domain. 16 */
202 #define NETFLOW_V9_FIELD_IPV6_OPTION_HEADERS 64 /* Bit-encoded field identifying IPv6 option header…
209 #define NETFLOW_V9_FIELD_MPLS_LABEL_7 76 /* MPLS label at position 7 in the stack. 3 */