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

/osnet-11/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...]
/osnet-11/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 46 milliseconds