Home
last modified time | relevance | path

Searched refs:MULTICAST_NOLOOP (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c98 #define MULTICAST_NOLOOP 1 /* multicast options */ macro
381 moptions |= MULTICAST_NOLOOP; in main()
1478 if (moptions & MULTICAST_NOLOOP) { in setup_socket()