Home
last modified time | relevance | path

Searched refs:packetcontext (Results 1 – 3 of 3) sorted by relevance

/external/iputils/ninfod/
Dninfod.h48 #define CHECKANDFILL_ARGS struct packetcontext *p,\
56 struct packetcontext { struct
82 int ni_recv(struct packetcontext *p); argument
83 int ni_send(struct packetcontext *p);
118 int pr_nodeinfo(struct packetcontext *p);
Dninfod_core.c370 static int ni_policy(struct packetcontext *p) in ni_policy()
452 static int ni_send_fork(struct packetcontext *p) in ni_send_fork()
507 int pr_nodeinfo(struct packetcontext *p) in pr_nodeinfo()
Dninfod.c286 int ni_recv(struct packetcontext *p) in ni_recv()
331 int ni_send(struct packetcontext *p) in ni_send()
704 struct packetcontext *p; in main()