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

  /src/sys/netinet/
dccp.h 41 struct dccphdr { struct
dccp_usrreq.c 188 struct dccphdr *dh;
227 M_REGION_GET(dh, struct dccphdr *, m, iphlen, sizeof(*dh));
253 M_REGION_GET(dh, struct dccphdr *, m, iphlen, sizeof(*dh));
288 if (len < sizeof(struct dccphdr)) {
585 optlen = data_off - (sizeof(struct dccphdr) + extrah_len);
932 struct dccphdr *dh;
950 dh = (struct dccphdr *)((vaddr_t)ip + (ip->ip_hl << 2));
1116 struct dccphdr *dh;
1284 hdrlen = sizeof(struct ip6_hdr) + sizeof(struct dccphdr) +
1293 hdrlen = sizeof(struct ip) + sizeof(struct dccphdr)
    [all...]
  /src/sys/netinet6/
dccp6_usrreq.c 96 IP6_EXTHDR_CHECK(m, *offp, sizeof(struct dccphdr), IPPROTO_DONE);

Completed in 16 milliseconds