Lines Matching refs:diff

765 	int	diff;
771 if ((diff = a->af - b->af) != 0)
772 return (diff);
809 int diff;
812 if ((diff = a->proto - b->proto) != 0)
813 return (diff);
814 if ((diff = a->af - b->af) != 0)
815 return (diff);
822 if ((diff = a->lan.xport.port - b->lan.xport.port) != 0)
823 return (diff);
827 if ((diff = a->lan.xport.port - b->lan.xport.port) != 0)
828 return (diff);
829 if ((diff = a->ext.xport.port - b->ext.xport.port) != 0)
830 return (diff);
834 if ((diff = a->proto_variant - b->proto_variant))
835 return (diff);
837 if ((diff = a->lan.xport.port - b->lan.xport.port) != 0)
838 return (diff);
840 (diff = a->ext.xport.port - b->ext.xport.port) != 0)
841 return (diff);
847 if (!!(diff = a->ext.xport.call_id -
849 return (diff);
854 if (!!(diff = a->ext.xport.spi - b->ext.xport.spi))
855 return (diff);
921 diff = (const char *)b->app_state->compare_lan_ext -
923 if (diff != 0)
924 return (diff);
925 diff = a->app_state->compare_lan_ext(a->app_state,
927 if (diff != 0)
928 return (diff);
938 int diff;
941 if ((diff = a->proto - b->proto) != 0)
942 return (diff);
944 if ((diff = a->af - b->af) != 0)
945 return (diff);
952 if ((diff = a->gwy.xport.port - b->gwy.xport.port) != 0)
953 return (diff);
957 if ((diff = a->ext.xport.port - b->ext.xport.port) != 0)
958 return (diff);
959 if ((diff = a->gwy.xport.port - b->gwy.xport.port) != 0)
960 return (diff);
964 if ((diff = a->proto_variant - b->proto_variant))
965 return (diff);
967 if ((diff = a->gwy.xport.port - b->gwy.xport.port) != 0)
968 return (diff);
970 (diff = a->ext.xport.port - b->ext.xport.port) != 0)
971 return (diff);
977 if (!!(diff = a->gwy.xport.call_id -
979 return (diff);
984 if (!!(diff = a->gwy.xport.spi - b->gwy.xport.spi))
985 return (diff);
1051 diff = (const char *)b->app_state->compare_ext_gwy -
1053 if (diff != 0)
1054 return (diff);
1055 diff = a->app_state->compare_ext_gwy(a->app_state,
1057 if (diff != 0)
1058 return (diff);
1185 u_int32_t t = pf_time_second(), diff = t - threshold->last;
1187 if (diff >= threshold->seconds)
1190 threshold->count -= threshold->count * diff /