HomeSort by relevance Sort by last modified time
    Searched refs:maxlabels (Results 1 - 2 of 2) sorted by null

  /external/iproute2/lib/
mpls_pton.c 11 unsigned int maxlabels)
16 for (count = 0; count < maxlabels; count++) {
47 unsigned int maxlabels = alen / sizeof(struct mpls_label); local
53 err = mpls_pton1(src, (struct mpls_label *)addr, maxlabels);
utils.c 525 unsigned int maxlabels; local
535 maxlabels = sizeof(addr->data) / sizeof(struct mpls_label);
536 for (i = 0; i < maxlabels; i++) {

Completed in 79 milliseconds