Searched refs:ip6bufg (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | ip6_mroute.c | 814 char ip6bufo[INET6_ADDRSTRLEN], ip6bufg[INET6_ADDRSTRLEN]; in add_m6fc() local 825 ip6_sprintf(ip6bufg, &mfccp->mf6cc_mcastgrp.sin6_addr), in add_m6fc() 852 ip6_sprintf(ip6bufg, in add_m6fc() 859 ip6_sprintf(ip6bufg, in add_m6fc() 896 ip6_sprintf(ip6bufg, &mfccp->mf6cc_mcastgrp.sin6_addr), in add_m6fc() 982 char ip6bufo[INET6_ADDRSTRLEN], ip6bufg[INET6_ADDRSTRLEN]; in del_m6fc() local 996 ip6_sprintf(ip6bufg, &mcastgrp.sin6_addr)); in del_m6fc() 1305 char ip6bufo[INET6_ADDRSTRLEN], ip6bufg[INET6_ADDRSTRLEN]; in expire_upcalls() local 1329 ip6_sprintf(ip6bufg, &mfc->mf6c_mcastgrp.sin6_addr)); in expire_upcalls()
|