Searched refs:txn2 (Results 1 – 1 of 1) sorted by relevance
223 const dhcpv4_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv4_xid() local225 if (txn1->dt_xid < txn2->dt_xid) in compare_dhcpv4_xid()227 else if (txn1->dt_xid > txn2->dt_xid) in compare_dhcpv4_xid()236 const dhcpv4_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv4_cid() local239 if (txn1->dt_cid_len < txn2->dt_cid_len) in compare_dhcpv4_cid()241 else if (txn1->dt_cid_len > txn2->dt_cid_len) in compare_dhcpv4_cid()247 ret = memcmp(txn1->dt_cid, txn2->dt_cid, txn1->dt_cid_len); in compare_dhcpv4_cid()259 const dhcpv4_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv4_ip() local261 if (txn1->dt_ipaddr < txn2->dt_ipaddr) in compare_dhcpv4_ip()263 else if (txn1->dt_ipaddr > txn2->dt_ipaddr) in compare_dhcpv4_ip()[all …]