Searched refs:ping (Results 126 - 142 of 142) sorted by relevance

123456

/freebsd-current/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_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-current/tools/test/stress2/misc/
H A Dnfs15lockd.sh42 ping -c 2 `echo $nfs_export | sed 's/:.*//'` > /dev/null 2>&1 ||
H A Dnfs15lockd3.sh50 ping -c 2 `echo $nfs_export | sed 's/:.*//'` > /dev/null 2>&1 ||
H A Dsendfile19.sh39 ping -c 2 `echo $nfs_export | sed 's/:.*//'` > /dev/null 2>&1 ||
H A Dsendfile20.sh38 ping -c 2 `echo $nfs_export | sed 's/:.*//'` > /dev/null 2>&1 ||
H A Dtruncate8.sh63 if ping -c 2 `echo $nfs_export | sed 's/:.*//'` > /dev/null 2>&1; then
H A Dall.sh124 ping -c 2 -t 2 $BLASTHOST > /dev/null 2>&1 ||
125 { echo "Note: Can not ping \$BLASTHOST: $BLASTHOST"; }
H A Dmountu.sh105 if ping -c 2 `echo $nfs_export | sed 's/:.*//'` > /dev/null 2>&1; then
/freebsd-current/sbin/dhclient/
H A Ddhclient-script390 if ping -q -c 1 -t 1 "$1"; then
/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c96 int ping(struct _dom_binding *);
222 if (ping(ypdb)) {
522 ping(ypdb);
777 ping(struct _dom_binding *ypdb) function
/freebsd-current/rescue/rescue/
H A DMakefile109 CRUNCH_PROGS_sbin+= ping
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf28 progs newfs nfsd nfsiod ping quotacheck reboot restore route routed savecore
/freebsd-current/sys/contrib/rdma/krping/
H A Dkrping.c64 MODULE_DESCRIPTION("RDMA ping server");
124 * krping "ping/pong" loop:
127 * server rdma reads "ping" data from source
141 * and RDMA_WRITE_COMPLETE for each ping.
225 int count; /* ping count */
226 int size; /* ping data size */
227 int validate; /* validate ping data */
833 printk(KERN_INFO PFX "server ping data: %s\n",
1485 int ping, start, cc, i, ret; local
1490 for (ping
[all...]
/freebsd-current/targets/pseudo/userland/
H A DMakefile.depend114 sbin/ping \
/freebsd-current/sbin/ping/
H A Dping.c89 #include "ping.h"
155 static struct sockaddr_in whereto; /* who to ping */
197 ping(int argc, char *const *argv) function
237 * Historicaly ping was using one socket 's' for sending and for
239 * sockets. It was done for special ping use case - when user
240 * issue ping on multicast or broadcast address replies come
316 case 'G': /* Maximum packet size for ping sweep */
330 case 'g': /* Minimum packet size for ping sweep */
347 case 'h': /* Packet size increment for ping sweep */
782 "Packet size and ping swee
[all...]
/freebsd-current/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2228 } ping; member in union:fw_chnet_ifconf_wr::__anon27

Completed in 403 milliseconds

123456