Searched refs:packet_ok (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.sbin/traceroute/ |
H A D | traceroute.h | 148 int packet_ok(struct tr_conf *, int, struct msghdr *, int, int *);
|
H A D | traceroute.c | 926 pkg_ok = packet_ok(conf, to->sa_family, &rcvmhdr, cc, &recv_seq); in sock_read()
|
H A D | worker.c | 479 packet_ok(struct tr_conf *conf, int af, struct msghdr *mhdr, int cc, int *seq) in packet_ok() function
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote.c | 679 packet_ok (const char *buf, struct packet_config *config) in packet_ok() function 2092 packet_ok (reply, &remote_protocol_qSymbol); in remote_check_symbols() 2427 packet_ok (buf, &remote_protocol_vcont); in remote_vcont_probe() 4439 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_SOFTWARE_BP])) in remote_insert_breakpoint() 4544 switch (packet_ok (buf, &remote_protocol_Z[packet])) in remote_insert_watchpoint() 4578 switch (packet_ok (buf, &remote_protocol_Z[packet])) in remote_remove_watchpoint() 4672 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_HARDWARE_BP])) in remote_insert_hw_breakpoint() 4714 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_HARDWARE_BP])) in remote_remove_hw_breakpoint() 4929 if (packet_ok (buf2, &remote_protocol_qPart_auxv) != PACKET_OK) in remote_xfer_partial()
|
H A D | ChangeLog-2000 | 2518 (packet_ok): New function. Return enum packet_result. 2525 watchpoint_to_Z_packet and packet_ok. Remove #ifdef
|
H A D | ChangeLog-2002 | 7894 (packet_ok): Update.
|