public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
320009c263bc9512e1d872cc014d851d07b5438f blob 473 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
/* 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, 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_send_unsolicited_na(const struct ctx *c, const struct in6_addr *addr);

#endif /* NDP_H */
debug log:

solving 320009c ...
found 320009c in https://archives.passt.top/passt-dev/20250924011330.1168921-10-jmaloy@redhat.com/ ||
	https://archives.passt.top/passt-dev/20250927002951.2714446-4-jmaloy@redhat.com/ ||
	https://archives.passt.top/passt-dev/20250927192522.3024554-4-jmaloy@redhat.com/ ||
	https://archives.passt.top/passt-dev/20251003003412.588801-4-jmaloy@redhat.com/
found 781ea86 in https://passt.top/passt
preparing index
index prepared:
100644 781ea86c57fdc6b6d421c119d73d9462f3561a8f	ndp.h

applying [1/4] https://archives.passt.top/passt-dev/20250924011330.1168921-10-jmaloy@redhat.com/
diff --git a/ndp.h b/ndp.h
index 781ea86..320009c 100644

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

skipping https://archives.passt.top/passt-dev/20250927002951.2714446-4-jmaloy@redhat.com/ for 320009c
skipping https://archives.passt.top/passt-dev/20250927192522.3024554-4-jmaloy@redhat.com/ for 320009c
skipping https://archives.passt.top/passt-dev/20251003003412.588801-4-jmaloy@redhat.com/ for 320009c
index at:
100644 320009c263bc9512e1d872cc014d851d07b5438f	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).