Searched refs:seq1 (Results 1 – 4 of 4) sorted by relevance
731 u_32_t seq1, seq2; local747 seq1 = (u_32_t)ntohl(tcp->th_seq);752 (seq1 > aps->aps_seqmin[!sel])) {755 sel, !sel, seq1,762 if (seq1 > seq2) {764 seq1 += seq2;765 tcp->th_seq = htonl(seq1);770 if (inc && (seq1 > aps->aps_seqmin[!sel])) {771 aps->aps_seqmin[sel] = seq1 + nlen - 1;781 seq1 = ntohl(tcp->th_ack);[all …]
462 int seq1, seq2; in creation() local485 seq1 = atoi(p1); in creation()487 return (seq1 - seq2); in creation()500 int seq1, seq2; in execution() local522 seq1 = atoi(p1); in execution()524 return (seq1 - seq2); in execution()
77 add_seq(seq1, seq2) in add_seq() argument78 struct Sequence *seq1, *seq2; in add_seq()80 if (seq1->cost >= __MOVE_INFINITY || seq2->cost >= __MOVE_INFINITY)81 seq1->cost = __MOVE_INFINITY;85 *(seq1->end++) = *(vptr++);86 seq1->cost += seq2->cost;
81 add_seq(struct Sequence *seq1, struct Sequence *seq2) in add_seq() argument83 if (seq1->cost >= __MOVE_INFINITY || seq2->cost >= __MOVE_INFINITY) in add_seq()84 seq1->cost = __MOVE_INFINITY; in add_seq()88 *(seq1->end++) = *(vptr++); in add_seq()89 seq1->cost += seq2->cost; in add_seq()