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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c412 struct llinfo_nd6 *ln; local
424 ln = llinfo_nd6.ln_next;
425 while (ln && ln != &llinfo_nd6) {
428 struct llinfo_nd6 *next = ln->ln_next;
432 if ((rt = ln->ln_rt) == NULL) {
433 ln = next;
437 ln = next;
445 if (ln->ln_expire > timenow.tv_sec) {
458 if (ln
766 struct llinfo_nd6 *ln, *nln; local
915 struct llinfo_nd6 *ln = local
1022 struct llinfo_nd6 *ln = (struct llinfo_nd6 *)rt->rt_llinfo, *next; local
1119 struct llinfo_nd6 *ln; local
1170 struct llinfo_nd6 *ln = (struct llinfo_nd6 *)rt->rt_llinfo; local
1636 struct llinfo_nd6 *ln; local
1687 struct llinfo_nd6 *ln = NULL; local
1960 struct llinfo_nd6 *ln = NULL; local
[all...]
H A Dnd6_nbr.c342 struct llinfo_nd6 *ln, /* for source address determination */
437 * - saddr6 is given from the caller (by giving "ln"), and
444 if (ln && ln->ln_hold) {
445 hip6 = mtod(ln->ln_hold, struct ip6_hdr *);
447 if (sizeof(*hip6) < ln->ln_hold->m_len)
458 if (ln && ln->ln_hold)
459 m_freem(ln->ln_hold);
460 ln
338 nd6_ns_output( struct ifnet *ifp, const struct in6_addr *daddr6, const struct in6_addr *taddr6, struct llinfo_nd6 *ln, int dad, int locked) argument
559 struct llinfo_nd6 *ln; local
[all...]
H A Dnd6_rtr.c154 struct llinfo_nd6 *ln = (struct llinfo_nd6 *)NULL;
698 struct llinfo_nd6 *ln = NULL; local
708 (ln = (struct llinfo_nd6 *)rt->rt_llinfo) &&
709 ND6_IS_LLINFO_PROBREACH(ln)) {
1387 struct llinfo_nd6 *ln; local
1395 (ln = (struct llinfo_nd6 *)rt->rt_llinfo) &&
1396 ND6_IS_LLINFO_PROBREACH(ln))
/macosx-10.5.8/xnu-1228.15.4/makedefs/
H A DMakeInc.cmd10 LN = /bin/ln -fs
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c232 const char *ln; local
260 ln = NULL;
264 ln = "fd/0";
270 ln = "fd/1";
274 ln = "fd/2";
280 if (ln) {
284 VTOFDESC(fvp)->fd_link = ln;
674 const char *ln = VTOFDESC(vp)->fd_link; local
675 error = uiomove(ln, strlen(ln), a
[all...]

Completed in 34 milliseconds