HomeSort by relevance Sort by last modified time
    Searched refs:nlm (Results 1 - 5 of 5) sorted by null

  /external/dhcpcd/
if-linux.c 154 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)
214 if (nlm->nlmsg_type != NLMSG_ERROR)
216 l = nlm->nlmsg_len - sizeof(*nlm);
497 struct nlma *nlm; local
533 struct nlmr *nlm; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
netware.bat 2 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/openssl/crypto/threads/
netware.bat 2 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/
ni_ifaddrs.c 261 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 = nlmsg_list; nlm; nlm = nlm->nlm_next)
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 493 milliseconds