Searched refs:packet_ok (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dremote.c682 packet_ok (const char *buf, struct packet_config *config)
699 "packet_ok: attempt to use a disabled packet");
2137 packet_ok (reply, &remote_protocol_qSymbol);
2465 BUF will make packet_ok disable the packet. */
2470 packet_ok (buf, &remote_protocol_vcont);
2620 if (packet_ok (buf, &remote_protocol_E) == PACKET_OK)
2638 if (packet_ok (buf, &remote_protocol_e) == PACKET_OK)
4484 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_SOFTWARE_BP]))
4589 switch (packet_ok (buf, &remote_protocol_Z[packet]))
4623 switch (packet_ok (bu
680 packet_ok (const char *buf, struct packet_config *config) function
[all...]
/freebsd-10.3-release/usr.sbin/traceroute6/
H A Dtraceroute6.c322 int packet_ok(struct msghdr *, int, int);
924 if ((i = packet_ok(&rcvmhdr, cc, seq))) {
1185 packet_ok(mhdr, cc, seq) function
/freebsd-10.3-release/contrib/traceroute/
H A Dtraceroute.c375 int packet_ok(u_char *, int, struct sockaddr_in *, int);
1018 i = packet_ok(packet, cc, from, seq);
1319 packet_ok(register u_char *buf, int cc, register struct sockaddr_in *from, function

Completed in 74 milliseconds