Home
last modified time | relevance | path

Searched refs:txn2 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_protect.c211 const dhcpv4_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv4_xid() local
213 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() local
227 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()
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() local
249 if (txn1->dt_ipaddr < txn2->dt_ipaddr) in compare_dhcpv4_ip()
251 else if (txn1->dt_ipaddr > txn2->dt_ipaddr) in compare_dhcpv4_ip()
[all …]