OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
889
#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 49 milliseconds