Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcpdump/
H A Dprint-ospf6.c390 if ((const u_char *)(lshp + 1) > dataend) in ospf6_print_lshdr()
726 register const u_char *dataend) in ospf6_decode_v3() argument
762 while ((const u_char *)ap < dataend) { in ospf6_decode_v3()
789 while ((const u_char *)lshp < dataend) { in ospf6_decode_v3()
790 if (ospf6_print_lshdr(ndo, lshp++, dataend)) in ospf6_decode_v3()
800 while ((const u_char *)lsrp < dataend) { in ospf6_decode_v3()
819 if (ospf6_print_lsa(ndo, lsap, dataend)) in ospf6_decode_v3()
830 while ((const u_char *)lshp < dataend) { in ospf6_decode_v3()
960 register const u_char *dataend; in ospf6_print() local
986 dataend = bp + datalen; in ospf6_print()
[all …]
H A Dprint-ospf.c892 register const u_char *dataend; in ospf_decode_lls() local
916 dataend = (const u_char *)op + length; in ospf_decode_lls()
936 while (dptr < dataend) { in ospf_decode_lls()
981 register const struct ospfhdr *op, register const u_char *dataend) in ospf_decode_v2() argument
1021 if ((const u_char *)ap < dataend) in ospf_decode_v2()
1023 while ((const u_char *)ap < dataend) { in ospf_decode_v2()
1053 while ((const u_char *)lsrp < dataend) { in ospf_decode_v2()
1115 register const u_char *dataend; in ospf_print() local
1145 dataend = bp + EXTRACT_16BITS(&op->ospf_len); in ospf_print()
1147 dataend = bp + length; in ospf_print()
[all …]
/freebsd-12.1/contrib/flex/
H A Dgen.c424 dataend (); in genctbl()
475 dataend (); in genecs()
696 dataend (); in genftbl()
1154 dataend (); in gentabs()
1230 dataend (); in gentabs()
1289 dataend (); in gentabs()
1351 dataend (); in gentabs()
1385 dataend (); in gentabs()
1425 dataend (); in gentabs()
1461 dataend (); in gentabs()
[all …]
H A Dmisc.c315 void dataend () in dataend() function
H A Dflexdef.h872 extern void dataend PROTO ((void));
H A Ddfa.c780 dataend (); in ntod()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_control.c803 static u_char * dataend; variable
1251 dataend = &rpkt.u.data[CTL_MAX_DATA_LEN]; in process_control()
1549 cur_len = (size_t)(dataend - datapt); in ctl_putdata_ex()
1563 cur_len = (size_t)(dataend - datapt); in ctl_putdata_ex()
5062 dataend = &rpkt.u.data[CTL_MAX_DATA_LEN]; in report_event()