Home
last modified time | relevance | path

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

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dtypesafe.h422 struct ssort_item { struct
423 struct ssort_item *next; argument
427 struct ssort_item *first;
441 struct prefix ## _item { struct ssort_item si; };
463 struct ssort_item **np = &h->sh.first; \
478 const struct ssort_item *sitem = h->sh.first; \
488 const struct ssort_item *prev = NULL, *sitem = h->sh.first; \
499 struct ssort_item **iter = &h->sh.first; \
510 struct ssort_item *sitem = h->sh.first; \
524 const struct ssort_item *sitem = &item->field.si; \
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dtypesafe.h422 struct ssort_item { struct
423 struct ssort_item *next; argument
427 struct ssort_item *first;
441 struct prefix ## _item { struct ssort_item si; };
463 struct ssort_item **np = &h->sh.first; \
478 const struct ssort_item *sitem = h->sh.first; \
488 const struct ssort_item *prev = NULL, *sitem = h->sh.first; \
499 struct ssort_item **iter = &h->sh.first; \
510 struct ssort_item *sitem = h->sh.first; \
524 const struct ssort_item *sitem = &item->field.si; \
[all …]