HomeSort by: relevance | last modified time | path
    Searched refs:carp_header (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_carp.h 60 struct carp_header { struct
80 __CTASSERT(sizeof(struct carp_header) == 36);
ip_carp.c 194 static void carp_proto_input_c(struct mbuf *, struct carp_header *,
198 struct carp_header *);
503 struct carp_header *ch;
553 ch = (struct carp_header *)((char *)ip + iplen);
581 struct carp_header *ch;
615 M_REGION_GET(ch, struct carp_header *, m, off, sizeof(*ch));
645 carp_proto_input_c(struct mbuf *m, struct carp_header *ch, sa_family_t af)
966 struct carp_header *ch)
1016 struct carp_header ch;
1019 struct carp_header *ch_ptr
    [all...]

Completed in 15 milliseconds