MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vxlan_sockaddr_cmp

Function vxlan_sockaddr_cmp

freebsd/net/if_vxlan.c:3298–3304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3296}
3297
3298static int
3299vxlan_sockaddr_cmp(const union vxlan_sockaddr *vxladdr,
3300 const struct sockaddr *sa)
3301{
3302
3303 return (bcmp(&vxladdr->sa, sa, vxladdr->sa.sa_len));
3304}
3305
3306static void
3307vxlan_sockaddr_copy(union vxlan_sockaddr *vxladdr,

Callers 1

vxlan_socket_lookupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected