Lines Matching refs:h10
1180 struct pflow_v10_header *h10; in pflow_sendout_ipfix() local
1233 h10 = mtod(m, struct pflow_v10_header *); in pflow_sendout_ipfix()
1234 h10->version = htons(PFLOW_PROTO_10); in pflow_sendout_ipfix()
1235 h10->length = htons(PFLOW_IPFIX_HDRLEN + set_length); in pflow_sendout_ipfix()
1236 h10->time_sec = htonl(time_second); /* XXX 2038 */ in pflow_sendout_ipfix()
1237 h10->flow_sequence = htonl(sc->sc_sequence); in pflow_sendout_ipfix()
1239 h10->observation_dom = htonl(sc->sc_observation_dom); in pflow_sendout_ipfix()
1250 struct pflow_v10_header *h10; in pflow_sendout_ipfix_tmpl() local
1268 h10 = mtod(m, struct pflow_v10_header *); in pflow_sendout_ipfix_tmpl()
1269 h10->version = htons(PFLOW_PROTO_10); in pflow_sendout_ipfix_tmpl()
1270 h10->length = htons(PFLOW_IPFIX_HDRLEN + sizeof(struct in pflow_sendout_ipfix_tmpl()
1272 h10->time_sec = htonl(time_second); /* XXX 2038 */ in pflow_sendout_ipfix_tmpl()
1273 h10->flow_sequence = htonl(sc->sc_sequence); in pflow_sendout_ipfix_tmpl()
1274 h10->observation_dom = htonl(sc->sc_observation_dom); in pflow_sendout_ipfix_tmpl()