Home
last modified time | relevance | path

Searched refs:SFLAddress (Results 1 – 25 of 27) sorted by relevance

12

/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/sflow_plugin/
H A Dsflow_data.h84 SFLAddress sourceIP;
85 SFLAddress agent_addr;
130 SFLAddress ipsrc;
131 SFLAddress ipdst;
167 SFLAddress nextHop;
172 SFLAddress bgp_nextHop;
204 SFLAddress mpls_nextHop;
207 SFLAddress nat_src;
208 SFLAddress nat_dst;
H A Dsflow.h35 } SFLAddress; typedef
126 SFLAddress nexthop; /* IP address of next hop router */
147 SFLAddress nexthop; /* Address of the border router that should
197 SFLAddress nextHop; /* Address of the next hop */
209 SFLAddress src; /* Source address */
210 SFLAddress dst; /* Destination address */
1377 SFLAddress agent_address; /* IP address of sampling agent */
H A Dsflow_collector.cpp262 uint32_t getAddress(SFSample* sample, SFLAddress* address) { in getAddress()
670 char* printAddress(SFLAddress* address, char* buf) { in printAddress()
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dsflow_process.h115 SFLAddress agent_addr;
160 SFLAddress ipsrc; // Common (v6)
161 SFLAddress ipdst; // Common (v6)
212 SFLAddress nextHop; // EX_NEXT_HOP_v4, EX_NEXT_HOP_v6
217 SFLAddress bgp_nextHop; // EX_NEXT_HOP_BGP_v4, EX_NEXT_HOP_BGP_v6
252 SFLAddress mpls_nextHop;
255 SFLAddress nat_src;
256 SFLAddress nat_dst;
H A Dsflow.h46 } SFLAddress; typedef
137 SFLAddress nexthop; /* IP address of next hop router */
158 SFLAddress nexthop; /* Address of the border router that should
208 SFLAddress nextHop; /* Address of the next hop */
220 SFLAddress src; /* Source address */
221 SFLAddress dst; /* Destination address */
1636 SFLAddress agent_address; /* IP address of sampling agent */
H A Dsflow_process.c77 static char *printAddress(SFLAddress *address, char *buf, int bufLen);
93 static uint32_t getAddress(SFSample *sample, SFLAddress *address);
299 static char *printAddress(SFLAddress *address, char *buf, int bufLen) { in printAddress()
959 static uint32_t getAddress(SFSample *sample, SFLAddress *address) { in getAddress()
1936 SFLAddress ipsrc,ipdst; in readExtendedProxySocket4()
1987 SFLAddress ipsrc, ipdst; in readExtendedProxySocket6()
3225 SFLAddress fvaladdr; in readRTFlow()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dsfacctd.h63 SFLAddress agent_addr;
153 SFLAddress nextHop;
158 SFLAddress bgp_nextHop;
192 SFLAddress mpls_nextHop;
197 SFLAddress nat_src;
198 SFLAddress nat_dst;
216 SFLAddress ipsrc;
217 SFLAddress ipdst;
294 extern u_int32_t getAddress(SFSample *, SFLAddress *);
H A Dsflow.h25 } SFLAddress; typedef
112 SFLAddress nexthop; /* IP address of next hop router */
133 SFLAddress nexthop; /* Address of the border router that should
183 SFLAddress nextHop; /* Address of the next hop */
195 SFLAddress src; /* Source address */
196 SFLAddress dst; /* Destination address */
562 SFLAddress agent_address; /* IP address of sampling agent */
H A Dsflow.c452 u_int32_t getAddress(SFSample *sample, SFLAddress *address) in getAddress()
H A Dpkt_handlers.c4562 SFLAddress *addr = &sample->ipsrc; in SF_src_host_handler()
4578 SFLAddress *addr = &sample->ipdst; in SF_dst_host_handler()
5188 SFLAddress *addr = &sppi->ipsrc; in SF_tunnel_src_host_handler()
5207 SFLAddress *addr = &sppi->ipdst; in SF_tunnel_dst_host_handler()
/dports/www/nginx-full/nginx-sflow-module-543c72a/
H A Dngx_http_sflow_config.h35 SFLAddress ipAddr;
47 SFLAddress agentIP;
70 SFLAddress *sfwb_config_agentIP(SFWBConfigManager *sm);
H A Dngx_http_sflow_api.h89 SFLAddress sFlowRcvrAddress;
169 SFLAddress myIP; /* IP address of this node */
178 SFLAddress *myIP, /* IP address of this agent */
225 SFLAddress *sfl_receiver_get_sFlowRcvrAddress(SFLReceiver *receiver);
226 void sfl_receiver_set_sFlowRcvrAddress(SFLReceiver *receiver, SFLAddress *sFlowRcvrAddress);
H A Dngx_http_sflow.h40 } SFLAddress; typedef
296 SFLAddress agent_address; /* IP address of sampling agent */
H A Dngx_http_sflow_module.c685 SFLAddress *agentIP = sfwb_config_agentIP(&shm_data->config_manager); in sfwb_changed()
687 memcpy(&shm_data->agent->myIP, agentIP, sizeof(SFLAddress)); in sfwb_changed()
764 SFLAddress emptyAgentIP; in ngx_http_sflow_init_shm()
786 memset(&emptyAgentIP, 0, sizeof(SFLAddress)); in ngx_http_sflow_init_shm()
H A Dngx_http_sflow_config.c17 static bool_t sfwb_lookupAddress(char *name, struct sockaddr *sa, SFLAddress *addr, int family, ngx… in sfwb_lookupAddress()
322 SFLAddress *sfwb_config_agentIP(SFWBConfigManager *sm) in sfwb_config_agentIP()
H A Dngx_http_sflow_api.c33 SFLAddress *myIP, /* IP address of this agent in net byte order */ in sfl_agent_init()
697 static void putAddress(SFLReceiver *receiver, SFLAddress *addr);
765 SFLAddress *sfl_receiver_get_sFlowRcvrAddress(SFLReceiver *receiver) { in sfl_receiver_get_sFlowRcvrAddress()
768 void sfl_receiver_set_sFlowRcvrAddress(SFLReceiver *receiver, SFLAddress *sFlowRcvrAddress) { in sfl_receiver_set_sFlowRcvrAddress()
841 static void putAddress(SFLReceiver *receiver, SFLAddress *addr) in putAddress()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/sfprobe_plugin/
H A Dsflow.h28 } SFLAddress; typedef
116 SFLAddress nexthop; /* IP address of next hop router */
137 SFLAddress nexthop; /* Address of the border router that should
187 SFLAddress nextHop; /* Address of the next hop */
199 SFLAddress src; /* Source address */
200 SFLAddress dst; /* Destination address */
554 SFLAddress agent_address; /* IP address of sampling agent */
H A Dsflow_api.h97 SFLAddress sFlowRcvrAddress;
183 SFLAddress myIP; /* IP address of this node */
195 SFLAddress *myIP, /* IP address of this agent */
246 SFLAddress *sfl_receiver_get_sFlowRcvrAddress(SFLReceiver *receiver);
247 void sfl_receiver_set_sFlowRcvrAddress(SFLReceiver *receiver, SFLAddress *sFlowRcvrAddress);
H A Dsflow_receiver.c30 static void putAddress(SFLReceiver *receiver, SFLAddress *addr);
109 SFLAddress *sfl_receiver_get_sFlowRcvrAddress(SFLReceiver *receiver) { in sfl_receiver_get_sFlowRcvrAddress()
112 void sfl_receiver_set_sFlowRcvrAddress(SFLReceiver *receiver, SFLAddress *sFlowRcvrAddress) { in sfl_receiver_set_sFlowRcvrAddress()
213 inline static void putAddress(SFLReceiver *receiver, SFLAddress *addr) in putAddress()
227 inline static u_int32_t addressEncodingLength(SFLAddress *addr) { in addressEncodingLength()
H A Dsfprobe_plugin.c219 SFLAddress myIP; in init_agent()
261 SFLAddress addr; in init_agent()
H A Dsflow_agent.c35 SFLAddress *myIP, /* IP address of this agent in net byte order */ in sfl_agent_init()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/argus/
H A Dsflow.h37 } SFLAddress; typedef
211 SFLAddress src; /* Source address */
212 SFLAddress dst; /* Destination address */
1602 SFLAddress agent_addr;
1646 SFLAddress ipsrc;
1647 SFLAddress ipdst;
1694 SFLAddress nextHop;
1699 SFLAddress bgp_nextHop;
1734 SFLAddress mpls_nextHop;
1737 SFLAddress nat_src;
[all …]
/dports/net/sflowtool/sflowtool-5.06/src/
H A Dsflow.h39 } SFLAddress; typedef
130 SFLAddress nexthop; /* IP address of next hop router */
151 SFLAddress nexthop; /* Address of the border router that should
201 SFLAddress nextHop; /* Address of the next hop */
213 SFLAddress src; /* Source address */
214 SFLAddress dst; /* Destination address */
1671 SFLAddress agent_address; /* IP address of sampling agent */
H A Dsflowtool.c231 SFLAddress netFlowOutputIP;
306 SFLAddress sourceIP;
307 SFLAddress agent_addr;
348 SFLAddress ipsrc;
349 SFLAddress ipdst;
397 SFLAddress nextHop;
402 SFLAddress bgp_nextHop;
419 SFLAddress mpls_nextHop;
422 SFLAddress nat_src;
423 SFLAddress nat_dst;
[all …]
/dports/net/sflowtool/sflowtool-5.06/
H A DChangeLog98 - removed dcd_srcIP, dcd_dstIP and used the SFLAddress fields ipsrc and ipdst instead

12