Home
last modified time | relevance | path

Searched refs:ls_end (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c319 uchar_t *ls_end; in interpret_ospf6_lsa() local
329 ls_end = (uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length); in interpret_ospf6_lsa()
331 if (TRUNC(ls_end)) in interpret_ospf6_lsa()
352 while (rl + sizeof (*rl) <= (struct rla6link *)ls_end) { in interpret_ospf6_lsa()
468 while ((uchar_t *)addr < ls_end) { in interpret_ospf6_lsa()
469 if ((uchar_t *)addr + sizeof (struct in_addr) > ls_end) in interpret_ospf6_lsa()
500 if (lpfx > (struct lsa6_prefix *)ls_end) in interpret_ospf6_lsa()
502 while (lpfx + sizeof (*lpfx) <= (struct lsa6_prefix *)ls_end) { in interpret_ospf6_lsa()
505 if (lpfx > (struct lsa6_prefix *)ls_end) in interpret_ospf6_lsa()
H A Dsnoop_ospf.c328 uchar_t *ls_end; in interpret_ospf_lsa() local
340 ls_end = (uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length); in interpret_ospf_lsa()
342 if (TRUNC(ls_end)) in interpret_ospf_lsa()
452 while ((uchar_t *)addr < ls_end) { in interpret_ospf_lsa()
453 if ((uchar_t *)addr + sizeof (struct in_addr) > ls_end) in interpret_ospf_lsa()
477 while ((uchar_t *)tosmetric < ls_end) { in interpret_ospf_lsa()
498 while ((uchar_t *)am < ls_end) { in interpret_ospf_lsa()
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c82 uintptr_t ls_end; member
183 if (addr >= listp[guess].ls_end) { in leaky_seg_search()
216 my_si->ls_end = seg->vs_end; in leaky_read_segs()
286 if (segs[x].ls_start >= brkbase && segs[x].ls_end <= brkend) { in leaky_handle_sbrk()
332 curbrk = segs[x].ls_end; in leaky_handle_sbrk()