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

/freebsd-11-stable/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-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c310 int packet_ok(struct msghdr *, int, int, u_char *, u_char *);
939 if (packet_ok(&rcvmhdr, cc, seq, &type, &code)) {
1278 packet_ok(struct msghdr *mhdr, int cc, int seq, u_char *type, u_char *code) function
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c386 int packet_ok(u_char *, int, struct sockaddr_in *, int);
1098 i = packet_ok(packet, cc, from, seq);
1398 packet_ok(register u_char *buf, int cc, register struct sockaddr_in *from, function

Completed in 106 milliseconds