/src/usr.sbin/altq/libaltq/ |
qop.c | 981 const struct flow_filter6 *sfilt6; local in function:print_filter 983 sfilt6 = (const struct flow_filter6 *)filt; 985 inet_ntop(AF_INET6, &sfilt6->ff_flow6.fi6_dst, 987 inet_ntop(AF_INET6, &sfilt6->ff_mask6.mask6_dst, 989 ntoh16(sfilt6->ff_flow6.fi6_dport)); 991 inet_ntop(AF_INET6, &sfilt6->ff_flow6.fi6_src, 993 inet_ntop(AF_INET6, &sfilt6->ff_mask6.mask6_src, 995 ntoh16(sfilt6->ff_flow6.fi6_sport)); 997 sfilt6->ff_flow6.fi6_proto, sfilt6->ff_flow6.fi6_tclass [all...] |
qop_cbq.c | 436 struct flow_filter6 sfilt6; local in function:qcmd_cbq_add_ctl_filters 460 memset(&sfilt6, 0, sizeof(sfilt6)); 461 sfilt6.ff_flow6.fi6_family = AF_INET6; 462 sfilt6.ff_flow6.fi6_proto = ctl6_protos[i]; 465 (struct flow_filter *)&sfilt6);
|