public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
927e69eb4649bb7339d9223043ee5451d5c56163 blob 493 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, 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);
void ndp_unsolicited_na(const struct ctx *c, int qpair,
			const struct in6_addr *addr);

#endif /* NDP_H */
debug log:

solving 927e69eb4649 ...
found 927e69eb4649 in https://archives.passt.top/passt-dev/20251121165902.1014964-4-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/20251121165902.1014964-4-lvivier@redhat.com/
diff --git a/ndp.h b/ndp.h
index 56b756d8400b..927e69eb4649 100644

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

index at:
100644 927e69eb4649bb7339d9223043ee5451d5c56163	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).