HomeSort by relevance Sort by last modified time
    Searched refs:ls_end (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-ospf.c 249 register const u_int8_t *ls_end; local
269 ls_end = (u_int8_t *)lsap + ls_length;
313 return (ls_end);
334 while ((u_char *)ap < ls_end) {
352 while ((u_char *)lp < ls_end) {
372 while ((u_char *)lp < ls_end) {
392 while ((u_char *)almp < ls_end) {
422 while ((u_char *)mcp < ls_end) {
457 return(ls_end);
472 return(ls_end);
    [all...]
print-ospf6.c 263 register const u_char *ls_end, *ls_opt; local
285 ls_end = (u_char *)lsap + EXTRACT_16BITS(&lsap->ls_hdr.ls_length);
297 while (rlp + sizeof(*rlp) <= (struct rlalink *)ls_end) {
339 while ((u_char *)ap < ls_end) {
351 while (lsapp + sizeof(lsapp) <= (struct lsa_prefix *)ls_end) {
369 if ((ls_opt = (u_char *)(((u_char *)lsapp) + k)) < ls_end) {
402 while ((u_char *)lp < ls_end) {
417 while ((u_char *)mcp < ls_end) {

Completed in 643 milliseconds