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

  /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...]
  /external/curl/docs/examples/
Makefile.netware 3 ## Makefile for building curl.nlm (NetWare version - gnu make)
54 # Edit the vars below to change NLM target settings.
214 MODULES = libcurl.nlm
222 MODULES += libssh2.nlm
244 MODULES += libz.nlm
259 INCLUDES += -I$(NDK_CLIB)/include/nlm
290 check_PROGRAMS := $(patsubst %,%.nlm,$(strip $(check_PROGRAMS)))
319 %.nlm: $(OBJDIR)/%.o $(OBJDIR)/%.def $(XDCDATA)
322 @$(LD) $(LDFLAGS) $(OBJDIR)/$(@:.nlm=.def)
414 @echo $(DL)output $(notdir $(@:.def=.nlm))$(DL) >> $
    [all...]
  /external/ltp/testcases/kernel/device-drivers/include/
includeTest.c 53 #include <linux/lockd/nlm.h>
  /external/toybox/toys/pending/
ip.c 1064 struct nlmsghdr nlm; member in struct:__anon46501
    [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 

Completed in 170 milliseconds