gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

zsys_openbsd.go (217B)


      1 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
      2 // cgo -godefs defs_openbsd.go
      3 
      4 package ipv4
      5 
      6 const (
      7 	sizeofIPMreq = 0x8
      8 )
      9 
     10 type ipMreq struct {
     11 	Multiaddr [4]byte /* in_addr */
     12 	Interface [4]byte /* in_addr */
     13 }