Home
last modified time | relevance | path

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_ospf6.c317 uchar_t *ls_end; in interpret_ospf6_lsa() local
327 ls_end = (uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length); in interpret_ospf6_lsa()
329 if (TRUNC(ls_end)) in interpret_ospf6_lsa()
350 while (rl + sizeof (*rl) <= (struct rla6link *)ls_end) { in interpret_ospf6_lsa()
466 while ((uchar_t *)addr < ls_end) { in interpret_ospf6_lsa()
467 if ((uchar_t *)addr + sizeof (struct in_addr) > ls_end) in interpret_ospf6_lsa()
498 if (lpfx > (struct lsa6_prefix *)ls_end) in interpret_ospf6_lsa()
500 while (lpfx + sizeof (*lpfx) <= (struct lsa6_prefix *)ls_end) { in interpret_ospf6_lsa()
503 if (lpfx > (struct lsa6_prefix *)ls_end) in interpret_ospf6_lsa()
H A Dsnoop_ospf.c326 uchar_t *ls_end; in interpret_ospf_lsa() local
338 ls_end = (uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length); in interpret_ospf_lsa()
340 if (TRUNC(ls_end)) in interpret_ospf_lsa()
450 while ((uchar_t *)addr < ls_end) { in interpret_ospf_lsa()
451 if ((uchar_t *)addr + sizeof (struct in_addr) > ls_end) in interpret_ospf_lsa()
475 while ((uchar_t *)tosmetric < ls_end) { in interpret_ospf_lsa()
496 while ((uchar_t *)am < ls_end) { in interpret_ospf_lsa()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c80 uintptr_t ls_end; member
181 if (addr >= listp[guess].ls_end) { in leaky_seg_search()
214 my_si->ls_end = seg->vs_end; in leaky_read_segs()
284 if (segs[x].ls_start >= brkbase && segs[x].ls_end <= brkend) { in leaky_handle_sbrk()
330 curbrk = segs[x].ls_end; in leaky_handle_sbrk()