Searched refs:dlh (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/genl/
H A Dgenl.c59 void *dlh; local
68 dlh = dlopen(buf, RTLD_LAZY);
69 if (dlh == NULL) {
70 dlh = BODY;
71 if (dlh == NULL) {
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
73 if (dlh == NULL)
80 f = dlsym(dlh, buf);
/external/iproute2/tc/
H A Dtc.c103 void *dlh; local
124 dlh = dlopen(buf, RTLD_LAZY);
125 if (!dlh) {
127 dlh = BODY;
128 if (dlh == NULL) {
129 dlh = BODY = dlopen(NULL, RTLD_LAZY);
130 if (dlh == NULL)
136 q = dlsym(dlh, buf);
161 void *dlh; local
178 dlh
[all...]
H A Dm_ematch.c132 void *dlh; local
142 dlh = dlopen(buf, RTLD_LAZY);
143 if (dlh == NULL) {
144 dlh = body;
145 if (dlh == NULL) {
146 dlh = body = dlopen(NULL, RTLD_LAZY);
147 if (dlh == NULL)
153 e = dlsym(dlh, buf);
H A Dm_pedit.c80 void *dlh; local
90 dlh = dlopen(buf, RTLD_LAZY);
91 if (dlh == NULL) {
92 dlh = pBODY;
93 if (dlh == NULL) {
94 dlh = pBODY = dlopen(NULL, RTLD_LAZY);
95 if (dlh == NULL)
101 p = dlsym(dlh, buf);
H A Dm_action.c102 void *dlh; local
115 dlh = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL);
116 if (dlh == NULL) {
117 dlh = aBODY;
118 if (dlh == NULL) {
119 dlh = aBODY = dlopen(NULL, RTLD_LAZY);
120 if (dlh == NULL)
126 a = dlsym(dlh, buf);
/external/iproute2/ip/
H A Diplink.c105 void *dlh; local
114 dlh = dlopen(buf, RTLD_LAZY);
115 if (dlh == NULL) {
117 dlh = BODY;
118 if (dlh == NULL) {
119 dlh = BODY = dlopen(NULL, RTLD_LAZY);
120 if (dlh == NULL)
126 l = dlsym(dlh, buf);

Completed in 101 milliseconds