OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:multicast
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/tftp/
tftp.c
105
ismulticast = !strcasecmp(opt, "
multicast
");
136
char
multicast
[24];
local
140
strlcpy(
multicast
, valp, sizeof(
multicast
));
141
pmulticast =
multicast
;
tftp.c
105
ismulticast = !strcasecmp(opt, "
multicast
");
136
char
multicast
[24];
local
140
strlcpy(
multicast
, valp, sizeof(
multicast
));
141
pmulticast =
multicast
;
/src/usr.sbin/mtrace/
mtrace.c
6
* This tool traces the branch of a
multicast
tree from a source to a
7
* receiver for a particular
multicast
group and gives statistics
80
#define MULTICAST_TTL1 64 /* Default TTL for
multicast
query/response */
111
int
multicast
= FALSE;
variable
116
u_int32_t query_cast; /* All routers
multicast
addr */
117
u_int32_t resp_cast; /* Mtrace response
multicast
addr */
420
* the standard
multicast
reply address. If the TTL was also not
421
* specified, set a
multicast
TTL and if needed increase it for the
425
query->tr_raddr = raddr ? raddr :
multicast
? resp_cast : lcl_addr;
562
* for backward compatibility with
multicast
release 3.3)
[
all
...]
mtrace.c
6
* This tool traces the branch of a
multicast
tree from a source to a
7
* receiver for a particular
multicast
group and gives statistics
80
#define MULTICAST_TTL1 64 /* Default TTL for
multicast
query/response */
111
int
multicast
= FALSE;
variable
116
u_int32_t query_cast; /* All routers
multicast
addr */
117
u_int32_t resp_cast; /* Mtrace response
multicast
addr */
420
* the standard
multicast
reply address. If the TTL was also not
421
* specified, set a
multicast
TTL and if needed increase it for the
425
query->tr_raddr = raddr ? raddr :
multicast
? resp_cast : lcl_addr;
562
* for backward compatibility with
multicast
release 3.3)
[
all
...]
/src/sys/dev/pci/
if_iavf.c
1414
int unicast,
multicast
;
local
1423
multicast
= 0;
1426
multicast
= 1;
1428
multicast
= 1;
1431
iavf_config_promisc_mode(sc, unicast,
multicast
);
2038
iavf_evcnt_attach(&isc->isc_rx_multicast, dn, "Rx
multicast
");
2046
iavf_evcnt_attach(&isc->isc_tx_multicast, dn, "Tx
multicast
");
5006
iavf_config_promisc_mode(struct iavf_softc *sc, int unicast, int
multicast
)
5022
if (
multicast
)
if_iavf.c
1414
int unicast,
multicast
;
local
1423
multicast
= 0;
1426
multicast
= 1;
1428
multicast
= 1;
1431
iavf_config_promisc_mode(sc, unicast,
multicast
);
2038
iavf_evcnt_attach(&isc->isc_rx_multicast, dn, "Rx
multicast
");
2046
iavf_evcnt_attach(&isc->isc_tx_multicast, dn, "Tx
multicast
");
5006
iavf_config_promisc_mode(struct iavf_softc *sc, int unicast, int
multicast
)
5022
if (
multicast
)
Completed in 46 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026