Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-ospf.c359 ospf_decode_v2(const struct ospfhdr *op, const u_char *dataend) in ospf_decode_v2() argument
399 while ((u_char *)ap < dataend) { in ospf_decode_v2()
443 while ((u_char *)lsrp < dataend) { in ospf_decode_v2()
498 const u_char *dataend; in ospf_print() local
532 dataend = bp + length; in ospf_print()
583 if (ospf_decode_v2(op, dataend)) in ospf_print()
H A Dprint-ospf6.c469 ospf6_decode_v3(const struct ospf6hdr *op, const u_char *dataend) in ospf6_decode_v3() argument
509 while ((u_char *)ap < dataend) { in ospf6_decode_v3()
554 while ((u_char *)lsrp < dataend) { in ospf6_decode_v3()
608 const u_char *dataend; in ospf6_print() local
626 dataend = bp + length; in ospf6_print()
645 if (ospf6_decode_v3(op, dataend)) in ospf6_print()
/openbsd/usr.bin/lex/
H A Dgen.c439 dataend(); in genctbl()
491 dataend(); in genecs()
713 dataend(); in genftbl()
1164 dataend(); in gentabs()
1238 dataend(); in gentabs()
1294 dataend(); in gentabs()
1352 dataend(); in gentabs()
1384 dataend(); in gentabs()
1423 dataend(); in gentabs()
1457 dataend(); in gentabs()
[all …]
H A Dmisc.c297 dataend(void) in dataend() function
H A Dflexdef.h830 extern void dataend PROTO ((void));
H A Ddfa.c774 dataend (); in ntod()
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DCmd.pm276 $cmd->dataend()
541 sub dataend { subroutine
632 my $r = exists(${*$cmd}{'net_cmd_sending'}) ? $cmd->dataend : 1;
H A DSMTP.pm436 $me->dataend()
513 ? $me->dataend
H A DNNTP.pm315 ? @_ == 0 || $nntp->dataend
391 ? @_ == 0 || $nntp->dataend
/openbsd/gnu/usr.bin/perl/cpan/libnet/t/
H A Ddatasend.t56 ok($cmd->dataend, 'dataend');
/openbsd/sys/dev/usb/
H A Duhci.c1624 struct uhci_soft_td *data, *dataend; in uhci_device_bulk_start() local
1647 dataend->td.td_status |= htole32(UHCI_TD_IOC); in uhci_device_bulk_start()
1658 ux->stdend = dataend; in uhci_device_bulk_start()
1845 struct uhci_soft_td *data, *dataend; in uhci_device_intr_start() local
1867 dataend->td.td_status |= htole32(UHCI_TD_IOC); in uhci_device_intr_start()
1880 ux->stdend = dataend; in uhci_device_intr_start()
1972 struct uhci_soft_td *setup, *data, *stat, *next, *dataend; in uhci_device_request() local
1999 dataend->link.std = stat; in uhci_device_request()
2426 struct uhci_soft_td *data, *dataend; in uhci_device_intr_done() local
2432 dataend->td.td_status |= htole32(UHCI_TD_IOC); in uhci_device_intr_done()
[all …]
H A Dehci.c3020 struct ehci_soft_qtd *data, *dataend; in ehci_device_bulk_start() local
3032 err = ehci_alloc_sqtd_chain(sc, xfer->length, xfer, &data, &dataend); in ehci_device_bulk_start()
3041 ex->sqtdend = dataend; in ehci_device_bulk_start()
3134 struct ehci_soft_qtd *data, *dataend; in ehci_device_intr_start() local
3146 err = ehci_alloc_sqtd_chain(sc, xfer->length, xfer, &data, &dataend); in ehci_device_intr_start()
3155 ex->sqtdend = dataend; in ehci_device_intr_start()
3201 struct ehci_soft_qtd *data, *dataend; in ehci_device_intr_done() local
3211 err = ehci_alloc_sqtd_chain(sc, xfer->length, xfer, &data, &dataend); in ehci_device_intr_done()
3219 ex->sqtdend = dataend; in ehci_device_intr_done()