Home
last modified time | relevance | path

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

/third_party/libnl/lib/
Dmpls.c59 unsigned int maxlabels) in mpls_pton1() argument
64 for (count = 0; count < maxlabels; count++) { in mpls_pton1()
95 unsigned int maxlabels = alen / sizeof(struct mpls_label); in mpls_pton() local
101 err = mpls_pton1(src, (struct mpls_label *)addr, maxlabels); in mpls_pton()