OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcast_prefix
(Results
1 - 1
of
1
) sorted by null
/external/ltp/testcases/network/stress/ns-tools/
ns-mcast_join.c
71
char *
mcast_prefix
; /* Prefix of the multicast address */
variable
203
mcast_prefix
= strdup(optarg);
344
if (
mcast_prefix
) {
351
sprintf(maddr, "%s.%d.%d",
mcast_prefix
,
357
sprintf(maddr, "%s:%x",
mcast_prefix
, idx + 1);
505
if (
mcast_prefix
== NULL && mcast_addr == NULL) {
Completed in 125 milliseconds