Home
last modified time | relevance | path

Searched refs:o_ifx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netgraph/netflow/
H A Dnetflow_v9.h53 uint16_t o_ifx; /* Destination interface index (OUTPUT_SNMP) */ member
78 uint16_t o_ifx; /* Destination interface index (OUTPUT_SNMP) */ member
H A Dnetflow.h116 uint16_t o_ifx; /* Destination interface index */ member
H A Dnetflow_v9.c271 rec->o_ifx = htons(fed->fle_o_ifx); in export9_add()
302 rec->o_ifx = htons(fed6->fle_o_ifx); in export9_add()
H A Dnetflow.c1065 rec->o_ifx = htons(fle->f.fle_o_ifx); in export_add()