Home
last modified time | relevance | path

Searched refs:dataend (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/tcpdump/
H A Dprint-ospf6.c387 const struct lsa6_hdr *lshp, const u_char *dataend)
391 if ((const u_char *)(lshp + 1) > dataend) in ospf6_print_lshdr()
457 const struct lsa6 *lsap, const u_char *dataend) in ospf6_print_lsa()
479 if (ospf6_print_lshdr(ndo, &lsap->ls_hdr, dataend)) in ospf6_print_lsa()
489 if (length < sizeof(struct lsa6_hdr) || (const u_char *)lsap + length > dataend) in ospf6_print_lsa()
738 const u_char *dataend) in ospf6_decode_v3()
770 while ((const u_char *)ap < dataend) { in ospf6_decode_v3()
793 while ((const u_char *)lshp < dataend) { in ospf6_decode_v3()
794 if (ospf6_print_lshdr(ndo, lshp++, dataend)) in ospf6_decode_v3()
804 while ((const u_char *)lsrp < dataend) { in ospf6_decode_v3()
389 ospf6_print_lshdr(netdissect_options * ndo,const struct lsa6_hdr * lshp,const u_char * dataend) ospf6_print_lshdr() argument
450 ospf6_print_lsa(netdissect_options * ndo,const struct lsa6 * lsap,const u_char * dataend) ospf6_print_lsa() argument
731 ospf6_decode_v3(netdissect_options * ndo,const struct ospf6hdr * op,const u_char * dataend) ospf6_decode_v3() argument
950 const u_char *dataend; ospf6_print() local
[all...]
H A Dprint-ospf.c896 const u_char *dataend; in ospf_decode_lls()
920 dataend = (const u_char *)op + length; in ospf_decode_lls()
937 while (dptr < dataend) { in ospf_decode_lls()
974 const struct ospfhdr *op, const u_char *dataend) in ospf_decode_v2()
1003 if ((const u_char *)ap < dataend) in ospf_decode_v2()
1005 while ((const u_char *)ap < dataend) { in ospf_decode_v2()
1024 while (((const u_char *)lshp < dataend) && ospf_print_lshdr(ndo, lshp) != -1) { in ospf_decode_v2()
1031 while ((const u_char *)lsrp < dataend) { in ospf_decode_v2()
1073 while ((const u_char *)lshp < dataend) { in ospf_decode_v2()
1093 const u_char *dataend; in ospf_print()
893 const u_char *dataend; ospf_decode_lls() local
971 ospf_decode_v2(netdissect_options * ndo,const struct ospfhdr * op,const u_char * dataend) ospf_decode_v2() argument
1089 const u_char *dataend; ospf_print() local
[all...]
/freebsd-src/contrib/flex/src/
H A Dgen.c426 dataend (); in genctbl()
477 dataend (); in genecs()
702 dataend (); in genftbl()
1158 dataend (); in gentabs()
1232 dataend (); in gentabs()
1288 dataend (); in gentabs()
1348 dataend (); in gentabs()
1380 dataend (); in gentabs()
1418 dataend (); in gentabs()
1452 dataend (); in gentabs()
[all …]
H A Dmisc.c251 void dataend (void) in dataend() function
H A Dflexdef.h818 extern void dataend(void);
H A Ddfa.c763 dataend (); in ntod()
/freebsd-src/contrib/ntp/ntpd/
H A Dntp_control.c801 static u_char * dataend; variable
1245 dataend = &rpkt.u.data[CTL_MAX_DATA_LEN]; in process_control()
1543 cur_len = (size_t)(dataend - datapt); in ctl_putdata_ex()
1557 cur_len = (size_t)(dataend - datapt); in ctl_putdata_ex()
5051 dataend = &rpkt.u.data[CTL_MAX_DATA_LEN]; in report_event()