Searched refs:nlm (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd/
H A Dif-linux.c154 struct nlmsghdr *nlm; local
193 for (nlm = (struct nlmsghdr *)buf;
194 NLMSG_OK(nlm, (size_t)bytes);
195 nlm = NLMSG_NEXT(nlm, bytes))
197 r = callback(nlm);
209 err_netlink(struct nlmsghdr *nlm) argument
214 if (nlm->nlmsg_type != NLMSG_ERROR)
216 l = nlm->nlmsg_len - sizeof(*nlm);
229 link_route(struct nlmsghdr *nlm) argument
290 link_addr(struct nlmsghdr *nlm) argument
340 link_netlink(struct nlmsghdr *nlm) argument
497 struct nlma *nlm; local
533 struct nlmr *nlm; local
[all...]
/external/openssl/crypto/threads/
H A Dnetware.bat2 rem batch file to build multi-thread test ( mttest.nlm )
8 rem After building, copy mttest.nlm to the server and run it, you'll probably
10 rem "mttest.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >mttest.out 2>mttest.err"
13 del mttest.nlm
52 echo Linking mttest.nlm
53 mwldnlm.exe %LFLAGS% -screenname mttest -commandfile mttest.def mttest.o "%PRELUDE%" %LIBS% -o mttest.nlm
/external/iputils/ninfod/
H A Dni_ifaddrs.c261 struct nlmsg_list *nlm, *nlm_next; local
266 nlm = nlm0;
267 while(nlm) {
268 if(nlm->nlh)
269 free(nlm->nlh);
270 nlm_next = nlm->nlm_next;
271 free(nlm);
272 nlm = nlm_next;
316 struct nlmsg_list *nlmsg_list, *nlmsg_end, *nlm; local
381 for (nlm
[all...]

Completed in 266 milliseconds