mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 13:34:43 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			217 B
		
	
	
	
		
			Go
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			217 B
		
	
	
	
		
			Go
		
	
	
	
		
			Vendored
		
	
	
	
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
 | 
						|
// cgo -godefs defs_openbsd.go
 | 
						|
 | 
						|
package ipv4
 | 
						|
 | 
						|
const (
 | 
						|
	sizeofIPMreq = 0x8
 | 
						|
)
 | 
						|
 | 
						|
type ipMreq struct {
 | 
						|
	Multiaddr [4]byte /* in_addr */
 | 
						|
	Interface [4]byte /* in_addr */
 | 
						|
}
 |