public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
8c168fc199fe1214d34c8da9c3630b4612bbc899 blob 531 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright (c) 2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef NDP_H
#define NDP_H

struct icmp6hdr;

int ndp(const struct ctx *c, unsigned int qpair, const struct in6_addr *saddr,
	struct iov_tail *data);
void ndp_timer(const struct ctx *c, const struct timespec *now);
void ndp_send_init_req(const struct ctx *c, unsigned int qpair);
void ndp_unsolicited_na(const struct ctx *c, unsigned int qpair,
			const struct in6_addr *addr);

#endif /* NDP_H */
debug log:

solving 8c168fc199fe ...
found 8c168fc199fe in https://archives.passt.top/passt-dev/20251203185435.582096-5-lvivier@redhat.com/
found 56b756d8400b in https://passt.top/passt
preparing index
index prepared:
100644 56b756d8400b143d1e60190b099d6e6904fed115	ndp.h

applying [1/1] https://archives.passt.top/passt-dev/20251203185435.582096-5-lvivier@redhat.com/
diff --git a/ndp.h b/ndp.h
index 56b756d8400b..8c168fc199fe 100644

Checking patch ndp.h...
Applied patch ndp.h cleanly.

index at:
100644 8c168fc199fe1214d34c8da9c3630b4612bbc899	ndp.h

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).