int net_recv_data(struct net_if *iface, struct net_pkt *pkt)
Called by lower network stack or network device driver when a network packet has been received.
Note that we do not store the actual source IP address in the context because the address is already ...
Definition net_context.h:207