Searched refs:grlistp (Results 1 – 4 of 4) sorted by relevance
247 ipmp_freegrouplist(ipmp_grouplist_t *grlistp) in ipmp_freegrouplist() argument249 free(grlistp); in ipmp_freegrouplist()411 ipmp_grouplist_t *grlistp; in ipmp_checktlv() local451 grlistp = (ipmp_grouplist_t *)value; in ipmp_checktlv()453 len < IPMP_GROUPLIST_SIZE(grlistp->gl_ngroup)) in ipmp_checktlv()456 for (i = 0; i < grlistp->gl_ngroup; i++) in ipmp_checktlv()457 if (!hasnulbyte(grlistp->gl_groups[i], LIFGRNAMSIZ)) in ipmp_checktlv()491 ipmp_grouplist_t *grlistp; in ipmp_grouplist_create() local493 grlistp = malloc(IPMP_GROUPLIST_SIZE(ngroup)); in ipmp_grouplist_create()494 if (grlistp == NULL) in ipmp_grouplist_create()[all …]
318 ipmp_grouplist_t *grlistp; in walk_group() local320 if ((err = ipmp_getgrouplist(ih, &grlistp)) != IPMP_SUCCESS) in walk_group()323 for (i = 0; i < grlistp->gl_ngroup; i++) { in walk_group()324 err = ipmp_getgroupinfo(ih, grlistp->gl_groups[i], &grinfop); in walk_group()327 grlistp->gl_groups[i]); in walk_group()334 ipmp_freegrouplist(grlistp); in walk_group()
90 static unsigned int send_grouplist(int fd, ipmp_grouplist_t *grlistp);2454 ipmp_grouplist_t *grlistp; in process_query() local2475 retval = getgrouplist(&grlistp); in process_query()2481 retval = send_grouplist(fd, grlistp); in process_query()2483 ipmp_freegrouplist(grlistp); in process_query()2628 send_grouplist(int fd, ipmp_grouplist_t *grlistp) in send_grouplist() argument2631 IPMP_GROUPLIST_SIZE(grlistp->gl_ngroup), grlistp)); in send_grouplist()
3417 ipmp_grouplist_t *grlistp; in getsnap() local3442 grlistp = snap->sn_grlistp; in getsnap()3443 for (i = 0; i < grlistp->gl_ngroup; i++) { in getsnap()3444 retval = getgroupinfo(grlistp->gl_groups[i], &grinfop); in getsnap()