Home
last modified time | relevance | path

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

/netbsd-src/sbin/route/
H A Droute.c983 int mplssize = 0; in readtag() local
992 mplssize++; in readtag()
995 mplssize * sizeof(union mpls_shim)) in readtag()
997 if (mplssize != 0 && sizeof(union sockunion) < MPLS_NEW_SIZE) { in readtag()
1003 mplssize = 0; in readtag()
1006 addtag(retsu, n, mplssize); in readtag()
1008 mplssize++; in readtag()
1010 addtag(retsu, n, mplssize); in readtag()