Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dip_carp.h214 int carp_proto_input(struct mbuf **, int *, int, int);
H A Din_proto.c334 .pr_input = carp_proto_input,
H A Dip_carp.c437 carp_proto_input(struct mbuf **mp, int *offp, int proto, int af) in carp_proto_input() function