Home
last modified time | relevance | path

Searched refs:net_calc_chksum_igmp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dnet_private.h317 uint16_t net_calc_chksum_igmp(struct net_pkt *pkt);
322 #define net_calc_chksum_igmp(pkt) 0U macro
Digmp.c78 igmp->chksum = net_calc_chksum_igmp(pkt); in igmp_v2_create()
172 igmp->chksum = net_calc_chksum_igmp(pkt); in igmp_v3_create()
466 ret = net_calc_chksum_igmp(pkt);
Dutils.c742 uint16_t net_calc_chksum_igmp(struct net_pkt *pkt) in net_calc_chksum_igmp() function