HomeSort by: relevance | last modified time | path
    Searched refs:sioc_sg_req (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/sys/
sockio.h 91 #define SIOCGETSGCNT _IOWR('u', 52, struct sioc_sg_req) /* sg pkt cnt */
  /src/sys/netinet/
ip_mroute.h 176 struct sioc_sg_req { struct
ip_mroute.c 200 static int get_sg_cnt(struct sioc_sg_req *);
528 error = get_sg_cnt((struct sioc_sg_req *)data);
542 get_sg_cnt(struct sioc_sg_req *req)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.cc 134 unsigned struct_sioc_sg_req_sz = sizeof(struct sioc_sg_req);
sanitizer_platform_limits_freebsd.cc 189 unsigned struct_sioc_sg_req_sz = sizeof(struct sioc_sg_req);
sanitizer_platform_limits_posix.cc 472 unsigned struct_sioc_sg_req_sz = sizeof(struct sioc_sg_req);
sanitizer_platform_limits_netbsd.cc 796 unsigned struct_sioc_sg_req_sz = sizeof(sioc_sg_req);
  /src/usr.sbin/mrouted/
prune.c 466 refresh_sg(struct sioc_sg_req *sg, struct gtable *gt, struct stable *st)
1622 struct sioc_sg_req sg_req;
1960 struct sioc_sg_req sg_req;
snmp.c 1078 static struct sioc_sg_req sg_req;
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 278 struct sioc_sg_req *p, u_long cmd)
837 netbsd32_from_sioc_sg_req(struct sioc_sg_req *p,
1602 IOCTL_STRUCT_CONV_TO(SIOCGETSGCNT, sioc_sg_req);

Completed in 50 milliseconds