/src/usr.bin/tftp/ |
tftp.c | 105 ismulticast = !strcasecmp(opt, "multicast"); 136 char multicast[24]; local in function:get_options 140 strlcpy(multicast, valp, sizeof(multicast)); 141 pmulticast = multicast;
|
tftp.c | 105 ismulticast = !strcasecmp(opt, "multicast"); 136 char multicast[24]; local in function:get_options 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 in typeref:typename:int 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 in typeref:typename:int 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 in function:iavf_iff_locked 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 in function:iavf_iff_locked 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)
|