Skip to content

No multicast reception on IMX1064 #48327

Answered by dleach02
jchabod asked this question in General
Jun 9, 2022 · 18 comments · 3 replies
Discussion options

You must be logged in to vote

Take a look at net_if_mcast_monitor() function.

/**

  • @brief Call registered multicast monitors
  • @param iface Network interface
  • @param addr Multicast address
  • @param is_joined Is this multicast address joined (true) or not (false)
    */
    void net_if_mcast_monitor(struct net_if *iface, const struct net_addr *addr,
    bool is_joined);

If you have a custom multicast you are trying to receive this would setup the HW to use this filter.

Replies: 18 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@hakehuang
Comment options

@jchabod
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jchabod
Comment options

Answer selected by jchabod
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug area: Networking platform: NXP NXP area: Ethernet
6 participants
Converted from issue

This discussion was converted from issue #46413 on July 26, 2022 15:18.