Home | History | Annotate | Download | only in libaltq

Lines Matching refs:ff_flow

287 	if (filt->ff_flow.fi_family == AF_INET) {
290 if (filt->ff_flow.fi_dst.s_addr == 0) {
295 inet_ntoa(filt->ff_flow.fi_dst));
302 if (filt->ff_flow.fi_src.s_addr == 0) {
307 inet_ntoa(filt->ff_flow.fi_src));
314 if (filt->ff_flow.fi_tos == 0)
318 filt->ff_flow.fi_tos,
323 ntoh16(filt->ff_flow.fi_dport),
325 ntoh16(filt->ff_flow.fi_sport),
326 filt->ff_flow.fi_proto, tos);
329 else if (filt->ff_flow.fi_family == AF_INET6) {