Searched refs:ln (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c312 struct llinfo_nd6 *ln; local
314 ln = (how == M_WAITOK) ? zalloc(llinfo_nd6_zone) :
316 if (ln != NULL)
317 bzero(ln, sizeof (*ln));
319 return (ln);
325 struct llinfo_nd6 *ln = arg; local
327 if (ln->ln_next != NULL || ln->ln_prev != NULL) {
328 panic("%s: trying to free %p when it is in use", __func__, ln);
349 struct llinfo_nd6 *ln = rt->rt_llinfo; local
365 struct llinfo_nd6 *ln = rt->rt_llinfo; local
387 struct llinfo_nd6 *ln = rt->rt_llinfo; local
407 ln_setexpire(struct llinfo_nd6 *ln, uint64_t expiry) argument
413 ln_getexpire(struct llinfo_nd6 *ln) argument
746 struct llinfo_nd6 *ln; local
1520 struct llinfo_nd6 *ln; local
1740 struct llinfo_nd6 *ln = rt->rt_llinfo; local
1923 struct llinfo_nd6 *ln; local
2019 struct llinfo_nd6 *ln = rt->rt_llinfo; local
2798 struct llinfo_nd6 *ln; local
2835 struct llinfo_nd6 *ln; local
2922 struct llinfo_nd6 *ln = NULL; local
3198 struct llinfo_nd6 *ln = NULL; local
[all...]
H A Dnd6_nbr.c172 struct llinfo_nd6 *ln = rt->rt_llinfo; local
175 (ln->ln_expire != 0 || (ifp->if_eflags & IFEF_IPV6_ND6ALT) != 0) &&
185 if ((lr = ln->ln_llreach) != NULL) {
212 lr = ln->ln_llreach = ifnet_llreach_alloc(ifp,
232 nd6_llreach_use(struct llinfo_nd6 *ln) argument
234 if (ln->ln_llreach != NULL)
235 ln->ln_lastused = net_uptime();
539 * Caller must bump up ln->ln_rt refcnt to make sure 'ln' doesn't go
547 struct llinfo_nd6 *ln, /* fo
543 nd6_ns_output( struct ifnet *ifp, const struct in6_addr *daddr6, const struct in6_addr *taddr6, struct llinfo_nd6 *ln, int dad) argument
848 struct llinfo_nd6 *ln; local
2316 struct llinfo_nd6 *ln; local
[all...]
H A Dnd6_rtr.c1216 struct llinfo_nd6 *ln = NULL; local
1286 if ((ln = rt->rt_llinfo) != NULL &&
1287 ND6_IS_LLINFO_PROBREACH(ln)) {
1451 if ((ln = (struct llinfo_nd6 *)rt->rt_llinfo) &&
1452 ND6_IS_LLINFO_PROBREACH(ln) &&
2931 struct llinfo_nd6 *ln; local
2949 if ((ln = rt->rt_llinfo) != NULL &&
2950 ND6_IS_LLINFO_PROBREACH(ln)) {
H A Dnd6_prproxy.c897 struct in6_addr *daddr, struct in6_addr *taddr, struct llinfo_nd6 *ln)
999 nd6_ns_output(ifp, daddr, taddr, ln, 0);
896 nd6_prproxy_ns_output(struct ifnet *ifp, struct ifnet *exclifp, struct in6_addr *daddr, struct in6_addr *taddr, struct llinfo_nd6 *ln) argument
/xnu-2782.1.97/tools/tests/libMicro/
H A DMakefile.com53 lint: libmicro.ln $(ALL:%=%.lint) $(EXTRA_CFILES:%.c=%.lint)
57 $(LINT) ../$(@:%.lint=%.c) -I. -mu -lc libmicro.ln -lm
59 %.lint: ../%.c libmicro.ln
60 $(LINT) -mu $(CPPFLAGS) $< libmicro.ln -lpthread -lsocket -lnsl -lm
65 libmicro.ln: ../libmicro.c ../libmicro_main.c ../libmicro.h ../benchmark_*.c
H A DMakefile.com.Darwin55 lint: libmicro.ln $(ALL:%=%.lint) $(EXTRA_CFILES:%.c=%.lint)
59 $(LINT) ../$(@:%.lint=%.c) -I. -mu -lc libmicro.ln -lm
61 %.lint: ../%.c libmicro.ln
62 $(LINT) -mu $(CPPFLAGS) $< libmicro.ln -lpthread -lsocket -lnsl -lm
67 libmicro.ln: ../libmicro.c ../libmicro_main.c ../libmicro.h ../benchmark_*.c
H A DMakefile113 @ln -sf ../wrapper $@
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_lock.c965 struct lockd_notify ln; local
974 headsize = (char*)&ln.ln_addr[0] - (char*)&ln.ln_version;
975 error = copyin(argp, &ln, headsize);
978 if (ln.ln_version != LOCKD_NOTIFY_VERSION)
980 if ((ln.ln_addrcount < 1) || (ln.ln_addrcount > 128))
983 saddr = (struct sockaddr *)&ln.ln_addr[0];
987 for (i=0; i < ln.ln_addrcount; i++) {
988 error = copyin(argp, &ln
[all...]
/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd153 LN = /bin/ln -fs

Completed in 55 milliseconds