Searched refs:_ARRAYLEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/netipsec/
H A Dkey_var.h68 #define _ARRAYLEN(p) (sizeof(p)/sizeof(p[0])) macro
H A Dkey.c891 #define N(a) _ARRAYLEN(a)
1113 arraysize = _ARRAYLEN(saorder_state_valid_prefer_old);
1116 arraysize = _ARRAYLEN(saorder_state_valid_prefer_new);
2737 stateidx < _ARRAYLEN(saorder_state_any);
3025 stateidx < _ARRAYLEN(saorder_state_alive);
5801 stateidx < _ARRAYLEN(saorder_state_alive);
7083 stateidx < _ARRAYLEN(saorder_state_alive);
7167 stateidx < _ARRAYLEN(saorder_state_any);
7197 stateidx < _ARRAYLEN(saorder_state_any);

Completed in 51 milliseconds