NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SEQ_LEQ
sys/net/npf/npf_state_tcp.c
88
#define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0)
sys/net80211/ieee80211_input.c
513
#define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0)
sys/net80211/ieee80211_input.c
754
#undef SEQ_LEQ
sys/netinet/tcp_seq.h
43
#define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0)