Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c223 const dhcpv4_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv4_xid() local
225 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() local
239 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()
259 const dhcpv4_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv4_ip() local
261 if (txn1->dt_ipaddr < txn2->dt_ipaddr) in compare_dhcpv4_ip()
263 else if (txn1->dt_ipaddr > txn2->dt_ipaddr) in compare_dhcpv4_ip()
737 if (txn1->dt_xid < txn2->dt_xid) in compare_dhcpv6_xid()
[all …]