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

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

Completed in 48 milliseconds