HomeSort by relevance Sort by last modified time
    Searched refs:IP_HDR_SIZE (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
sctpConstants.h 500 #define IP_HDR_SIZE 40 /* we use the size of a IP6 header here
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h 922 #define IP_HDR_SIZE 40 /* we use the size of a IP6 header here this
    [all...]
sctp_usrreq.c 279 overhead = IP_HDR_SIZE;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 395 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
400 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
    [all...]

Completed in 637 milliseconds