Lines Matching refs:ep
385 const u_char *ep; in nbp_print() local
399 ep = ndo->ndo_snapend; in nbp_print()
400 if ((const u_char *)tp > ep) { in nbp_print()
409 if ((const u_char *)(tp + 1) > ep) { in nbp_print()
413 (void)nbp_name_print(ndo, tp, ep); in nbp_print()
435 tp = nbp_tuple_print(ndo, tp, ep, snet, snode, skt); in nbp_print()
447 register const char *cp, register const u_char *ep) in print_cstring() argument
451 if (cp >= (const char *)ep) { in print_cstring()
463 if (cp >= (const char *)ep) { in print_cstring()
474 register const struct atNBPtuple *tp, register const u_char *ep, in nbp_tuple_print() argument
479 if ((const u_char *)(tp + 1) > ep) { in nbp_tuple_print()
483 tpn = nbp_name_print(ndo, tp, ep); in nbp_tuple_print()
503 const struct atNBPtuple *tp, register const u_char *ep) in nbp_name_print() argument
511 if ((cp = print_cstring(ndo, cp, ep)) != NULL) { in nbp_name_print()
514 if ((cp = print_cstring(ndo, cp, ep)) != NULL) { in nbp_name_print()
517 if ((cp = print_cstring(ndo, cp, ep)) != NULL) in nbp_name_print()