HomeSort by: relevance | last modified time | path
    Searched defs:packetno (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/npf/npftest/
npfstream.c 44 int error, packetno; local
73 packetno = forw ? ++snd_packet_no : ++rcv_packet_no;
83 packetno, error, (unsigned)seq, (unsigned)ntohl(th->th_ack),
  /src/external/mpl/bind/dist/tests/isc/
dnsstream_utils_test.c 507 size_t packetno; local
529 packetno = 0;
538 for (bool start = true; packetno < npackets; start = false) {
540 (uint8_t *)packets[packetno].base;
544 dnsasm, &packetno,
548 dnsasm, &packetno, NULL, 0);
561 assert_true(packetno == npackets);
570 packetno = 0;
583 dnsasm, &packetno, isc_buffer_current(&dnsbuf), sz);
588 assert_true(packetno == npackets)
    [all...]
  /src/sys/dev/ic/
smc91cxx.c 619 uint8_t packetno; local
674 packetno = sc->sc_txpacketno;
685 packetno = bus_space_read_1(bst, bsh, ALLOC_RESULT_REG_B);
687 if (packetno & ARR_FAILED || timo == 0) {
705 bus_space_write_2(bst, bsh, PACKET_NUM_REG_B, packetno);
863 uint16_t packetno, tx_status, card_stats; local
909 packetno = bus_space_read_1(bst, bsh, ALLOC_RESULT_REG_B);
911 sc->sc_txpacketno = packetno;
926 packetno = bus_space_read_2(bst, bsh, FIFO_PORTS_REG_W) &
930 bus_space_write_2(bst, bsh, PACKET_NUM_REG_B, packetno);
1055 uint16_t status, packetno, packetlen; local
    [all...]

Completed in 19 milliseconds