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

  /src/usr.sbin/traceroute6/
traceroute6.c 322 static int packet_ok(struct msghdr *, ssize_t, int);
695 if ((i = packet_ok(&rcvmhdr, cc, seq))) {
922 packet_ok(struct msghdr *mhdr, ssize_t cc, int seq) function
  /src/sys/dev/marvell/
mvxpsecvar.h 366 struct evcnt packet_ok; member in struct:mvxpsec_evcnt
  /src/usr.sbin/traceroute/
traceroute.c 404 static int nextmtu; /* from ICMP error, set by packet_ok(), might be 0 */
414 static int packet_ok(u_char *, ssize_t, struct sockaddr_in *, int);
961 i = packet_ok(packet, cc, from, seq);
1412 packet_ok(u_char *buf, ssize_t cc, struct sockaddr_in *from, int seq) function
  /src/external/gpl3/gdb/dist/gdb/stubs/
ia64vms-stub.c 1227 packet_ok (void) function
1660 packet_ok ();
1668 packet_ok ();
1776 packet_ok ();
1839 packet_ok ();
1863 packet_ok ();
1882 packet_ok ();
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
ia64vms-stub.c 1227 packet_ok (void) function
1660 packet_ok ();
1668 packet_ok ();
1776 packet_ok ();
1839 packet_ok ();
1863 packet_ok ();
1882 packet_ok ();
  /src/external/gpl3/gdb/dist/gdb/
remote.c 157 PACKET_OK,
177 /* Construct an PACKET_OK/PACKET_UNKNOWN packet_result. */
214 return packet_result (PACKET_OK);
834 packet_result packet_ok (const char *buf, const int which_packet);
835 packet_result packet_ok (const gdb::char_vector &buf, const int which_packet);
2587 remote_features::packet_ok (const char *buf, const int which_packet)
2594 internal_error (_("packet_ok: attempt to use a disabled packet"));
2599 case PACKET_OK:
2636 remote_features::packet_ok (const gdb::char_vector &buf, const int which_packet)
2638 return packet_ok (buf.data (), which_packet)
2586 remote_features::packet_ok (const char *buf, const int which_packet) function in class:remote_features
2635 remote_features::packet_ok (const gdb::char_vector &buf, const int which_packet) function in class:remote_features
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 154 PACKET_OK,
174 /* Construct an PACKET_OK/PACKET_UNKNOWN packet_result. */
211 return packet_result (PACKET_OK);
807 packet_result packet_ok (const char *buf, const int which_packet);
808 packet_result packet_ok (const gdb::char_vector &buf, const int which_packet);
2521 defined and E. is treated as PACKET_OK. */
2552 remote_features::packet_ok (const char *buf, const int which_packet)
2559 internal_error (_("packet_ok: attempt to use a disabled packet"));
2564 case PACKET_OK:
2601 remote_features::packet_ok (const gdb::char_vector &buf, const int which_packet
2551 remote_features::packet_ok (const char *buf, const int which_packet) function in class:remote_features
2600 remote_features::packet_ok (const gdb::char_vector &buf, const int which_packet) function in class:remote_features
    [all...]

Completed in 43 milliseconds