Searched refs:txn1 (Results 1 – 1 of 1) sorted by relevance
211 const dhcpv4_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv4_xid() local213 if (txn1->dt_xid < txn2->dt_xid) in compare_dhcpv4_xid()215 else if (txn1->dt_xid > txn2->dt_xid) in compare_dhcpv4_xid()224 const dhcpv4_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv4_cid() local227 if (txn1->dt_cid_len < txn2->dt_cid_len) in compare_dhcpv4_cid()229 else if (txn1->dt_cid_len > txn2->dt_cid_len) in compare_dhcpv4_cid()232 if (txn1->dt_cid_len == 0) in compare_dhcpv4_cid()235 ret = memcmp(txn1->dt_cid, txn2->dt_cid, txn1->dt_cid_len); in compare_dhcpv4_cid()247 const dhcpv4_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv4_ip() local249 if (txn1->dt_ipaddr < txn2->dt_ipaddr) in compare_dhcpv4_ip()[all …]