Home
last modified time | relevance | path

Searched defs:SEQ_GE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_defs.h180 #define SEQ_GE(a, b) ((int16_t)((a) - (b)) >= (int16_t)0) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c1881 #define SEQ_GE(a,b) ((int)((a) - (b)) >= 0) macro