mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-03 23:47:16 +00:00 
			
		
		
		
	Adding them as others: GPL-2.0-or-later Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			363 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			363 B
		
	
	
	
		
			C
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
						|
 | 
						|
int os_socket(void);
 | 
						|
int os_sendmsg(const uint8_t *buf, size_t len, int ifindex, const uint8_t *addr,
 | 
						|
	       size_t addrlen, uint16_t protocol);
 | 
						|
int os_recvmsg(uint8_t *buf, size_t *len, int *ifindex, uint8_t *addr,
 | 
						|
	       size_t *addrlen);
 | 
						|
int os_configure_dmvpn(unsigned int ifindex, const char *ifname, int af);
 |