Searched refs:packets (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c628 packet_t *packets = NULL; local
658 packets = malloc(sizeof (*packets) * (rc_num));
659 if (packets == NULL) {
662 /* get all packets */
663 if (fru_get_packets(node, packets, rc_num, NULL) == -1) {
664 free(packets);
670 free(packets);
677 get_payload_length((fru_tag_t *)&packets[i].tag);
681 free(packets);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c346 packets_t packets; local
352 packets.fru_hdl = segment;
353 packets.fru_cnt = max_packets;
354 packets.frus = packet;
355 if (ioctl(fd, SGFRU_GETPACKETS, &packets) != 0) {
358 return (packets.fru_cnt);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c297 * We return the number of packets we flushed (mostly for reporting
305 int packets; local
309 for (packets = 0; ; packets++) {
327 return (packets);
/opensolaris-onvv-gate/usr/src/uts/common/io/mac/
H A DREADME67 multicast packets.
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c135 u_int32_t packets; member in struct:packet_state
375 * Causes any further packets to be encrypted using the given key. The same
577 p_send.packets = p_send.blocks = 0;
582 p_read.packets = p_read.blocks = 0;
632 * - and we never send more than 2^32 SSH packets using the same keys.
633 * The recommendation of 2^31 packets is not enforced here but in
635 * packet_send2_wrapped() that we don't send more than 2^32 packets.
826 /* increment sequence number for outgoing packets */
835 * 2**32 packets before rekeying again."
839 * (AES) is 16 bytes we can't reach 2^32 SSH packets encrypte
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdns_sd/
H A DREADME55 * snoop updated to decode mDNS packets
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A DREADME121 Updated the Tanacross FIFO hang workaround to reset FIFO pointers instead of sending autonomous packets.
296 5050415 E1000g will accepts ethernet packets which are not addressed to it.
297 5055132 E1000g crashes when injected with Jumbo Frame packets.
345 5071610 e1000g can't send any packets after a jumbo-packet forwarding test.
350 6211068 e1000g has some input error packets during stress test
391 6350407 e1000 card in Gateway E2300 does not actually send packets in S10U1
491 6496763 e1000g should free packets when link is down
553 6619929 Sunvts test on Northstar QGC EM failed for "Not received any packets in loopback mode".
696 6855964 e1000g driver corrupting LSO packets causes chipset hang and significant performance regression
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm121 $self->{"seq"} = 0; # For counting packets
1475 ACK packets, use the ack() method as explained below. Use the
1478 SYN packets. It will not block while testing each remote host.
1646 avoid flooding your network with packets.
1659 functioning beyond its ability to echo packets. tcp is slightly better
1664 routines to pack and unpack ICMP packets. It would be better for a
1666 kinds of ICMP packets.

Completed in 105 milliseconds