Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Software for White Rabbit PTP Core
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Software for White Rabbit PTP Core
7c745d5a90782f13fd1a4974cfc9abbd4e2f9020
wrpc-sw
lib
arp.h
Find file
Normal view
History
Permalink
arp.h
103 B
Newer
Older
It helps when people have the header
Wesley W. Terpstra
committed
12 years ago
1
2
3
4
#ifndef ARP_H
#define ARP_H
void
arp_poll
();
Run ./scripts/Lindent on all .c and .h files
Alessandro Rubini
committed
12 years ago
5
void
arp_init
(
const
char
*
if_name
,
uint32_t
ip
);
It helps when people have the header
Wesley W. Terpstra
committed
12 years ago
6
7
#endif