Searched refs:ping (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-13-stable/tests/sys/netpfil/common/
H A Dpft_ping.py128 Check that this is a reply to the ping request we sent
154 Check that this is a reply to the ping request we sent
175 def ping(send_if, dst_ip, args): function
310 ping(args.sendif[0], args.to[0], args)
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drping.c53 * rping "ping/pong" loop:
56 * server rdma reads "ping" data from source
70 * and RDMA_WRITE_COMPLETE for each ping.
104 #define RPING_MSG_FMT "rdma-ping-%d: "
148 int count; /* ping count */
149 int size; /* ping data size */
150 int validate; /* validate ping data */
673 printf("server ping data: %s\n", cb->rdma_buf);
942 int ping, start, cc, i, ret = 0; local
947 for (ping
[all...]
/freebsd-13-stable/tests/sys/netinet6/
H A Doutput6.sh230 atf_check -o match:'1 packets transmitted, 1 packets received' jexec ${jname}a ping -6 -nc1 ${ip_dst}
343 atf_check -o match:'1 packets transmitted, 1 packets received' jexec ${jname}a ping -6 -c1 ${ip_dst}
485 atf_check -o match:'1 packets transmitted, 1 packets received' jexec ${jname}a ping -6 -c1 ${ip_dst}
624 atf_check -o match:'1 packets transmitted, 1 packets received' jexec ${jname}a ping -6 -nc1 ${ip_dst}
630 atf_check -o match:"${valid_message}" jexec ${jname}a ping -6 -nc1 ${ip}
/freebsd-13-stable/rescue/rescue/
H A DMakefile97 newfs_msdos nos-tun ping reboot \
/freebsd-13-stable/sbin/dhclient/
H A Ddhclient-script388 if ping -q -c 1 -t 1 "$1"; then
/freebsd-13-stable/contrib/netbsd-tests/net/mpls/
H A Dt_mpls_fw.sh30 # Goal is to be able to ping from R1 the outermost interface of R4
37 # ping from R1 to R4 right hand side interface
132 rump.ping -n -o -w 5 10.0.4.1
H A Dt_mpls_fw64.sh30 # Goal is to be able to ping from R1 the outermost interface of R4
146 rump.ping -n -o -w 2 10.0.3.2
H A Dt_rfc4182.sh30 # Goal is to be able to ping from R1 the outermost interface of R4
39 # ping from R1 to R4 right hand side interface
134 rump.ping -n -o -w 5 10.0.4.1
/freebsd-13-stable/usr.sbin/ypbind/
H A Dypbind.c103 int ping(struct _dom_binding *);
229 if (ping(ypdb)) {
527 ping(ypdb);
782 ping(struct _dom_binding *ypdb) function
/freebsd-13-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf29 progs newfs nfsd nfsiod ping quotacheck reboot restore route routed savecore
/freebsd-13-stable/sys/contrib/rdma/krping/
H A Dkrping.c64 MODULE_DESCRIPTION("RDMA ping server");
126 * krping "ping/pong" loop:
129 * server rdma reads "ping" data from source
143 * and RDMA_WRITE_COMPLETE for each ping.
227 int count; /* ping count */
228 int size; /* ping data size */
229 int validate; /* validate ping data */
834 printk(KERN_INFO PFX "server ping data: %s\n",
1487 int ping, start, cc, i, ret; local
1492 for (ping
[all...]
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend117 sbin/ping \
/freebsd-13-stable/sbin/ping/
H A Dping.c43 static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93";
104 #include "ping.h"
171 static struct sockaddr_in whereto; /* who to ping */
232 ping(int argc, char *const *argv) function
274 * Historicaly ping was using one socket 's' for sending and for
276 * sockets. It was done for special ping use case - when user
277 * issue ping on multicast or broadcast address replies come
353 case 'G': /* Maximum packet size for ping sweep */
367 case 'g': /* Minimum packet size for ping sweep */
384 case 'h': /* Packet size increment for ping swee
[all...]
/freebsd-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2230 } ping; member in union:fw_chnet_ifconf_wr::__anon11942

Completed in 233 milliseconds

123