Searched refs:inms (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c864 IGMP_PRINTF(("%s: free inms %p\n", __func__, lims));
924 IGMP_PRINTF(("%s: free inms %p\n", __func__, lims));
945 IGMP_PRINTF(("%s: free inms %p\n", __func__, lims));
3569 struct in_msource *inms; local
3571 inms = (how == M_WAITOK) ? zalloc(inms_zone) :
3573 if (inms != NULL)
3574 bzero(inms, inms_size);
3576 return (inms);
3580 inms_free(struct in_msource *inms) argument
3582 zfree(inms_zone, inms);
[all...]

Completed in 25 milliseconds