Home
last modified time | relevance | path

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

/openbsd/sys/netinet6/
H A Dip6_mroute.h174 struct sioc_sg_req6 { struct
H A Din6_var.h284 #define SIOCGETSGCNT_IN6 _IOWR('u', 106, struct sioc_sg_req6)
H A Dip6_mroute.c138 int get_sg6_cnt(struct sioc_sg_req6 *, unsigned int);
225 error = get_sg6_cnt((struct sioc_sg_req6 *)data, in mrt6_ioctl()
248 get_sg6_cnt(struct sioc_sg_req6 *req, unsigned int rtableid) in get_sg6_cnt()