Searched refs:dataend (Results 1 – 12 of 12) sorted by relevance
/openbsd/usr.sbin/tcpdump/ |
H A D | print-ospf.c | 359 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 D | print-ospf6.c | 469 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 D | gen.c | 439 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 D | misc.c | 297 dataend(void) in dataend() function
|
H A D | flexdef.h | 830 extern void dataend PROTO ((void));
|
H A D | dfa.c | 774 dataend (); in ntod()
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
H A D | Cmd.pm | 276 $cmd->dataend() 541 sub dataend { subroutine 632 my $r = exists(${*$cmd}{'net_cmd_sending'}) ? $cmd->dataend : 1;
|
H A D | SMTP.pm | 436 $me->dataend() 513 ? $me->dataend
|
H A D | NNTP.pm | 315 ? @_ == 0 || $nntp->dataend 391 ? @_ == 0 || $nntp->dataend
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/t/ |
H A D | datasend.t | 56 ok($cmd->dataend, 'dataend');
|
/openbsd/sys/dev/usb/ |
H A D | uhci.c | 1624 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 D | ehci.c | 3020 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()
|