OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:so_mpls
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ldpd/
mpls_routes.c
199
union sockunion *
so_mpls
;
local in function:make_mpls_union
201
so_mpls
= calloc(1, sizeof(*
so_mpls
));
203
if (!
so_mpls
) {
208
so_mpls
->smpls.smpls_len = sizeof(struct sockaddr_mpls);
209
so_mpls
->smpls.smpls_family = AF_MPLS;
210
so_mpls
->smpls.smpls_addr.shim.label = label;
212
so_mpls
->smpls.smpls_addr.s_addr =
213
htonl(
so_mpls
->smpls.smpls_addr.s_addr);
215
return
so_mpls
;
[
all
...]
/src/sbin/route/
route.c
97
*so_ifp, *
so_mpls
;
member in struct:sou
437
sou.
so_mpls
= calloc(1, sizeof(union sockunion));
441
sou.
so_mpls
== NULL)
681
free(sou.
so_mpls
);
821
su = soup->
so_mpls
;
915
soup->
so_mpls
= readtag(su, s);
1220
NEXTADDR(RTA_TAG, soup->
so_mpls
);
Completed in 13 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025