Searched refs:proto_len (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/lwip/src/include/ipv4/lwip/ |
D | inet_chksum.h | 77 u8_t proto, u16_t proto_len); 80 u8_t proto, u16_t proto_len, u16_t chksum_len);
|
/external/syslinux/core/lwip/src/core/ipv4/ |
D | inet_chksum.c | 274 u8_t proto, u16_t proto_len) in inet_chksum_pseudo() argument 309 acc += (u32_t)htons(proto_len); in inet_chksum_pseudo() 334 u8_t proto, u16_t proto_len, u16_t chksum_len) in inet_chksum_pseudo_partial() argument 375 acc += (u32_t)htons(proto_len); in inet_chksum_pseudo_partial()
|
/external/openssh/ |
D | channels.c | 980 u_int proto_len, data_len; in x11_open_helper() local 996 proto_len = 256 * ucp[6] + ucp[7]; in x11_open_helper() 999 proto_len = ucp[6] + 256 * ucp[7]; in x11_open_helper() 1009 12 + ((proto_len + 3) & ~3) + ((data_len + 3) & ~3)) in x11_open_helper() 1013 if (proto_len != strlen(x11_saved_proto) || in x11_open_helper() 1014 memcmp(ucp + 12, x11_saved_proto, proto_len) != 0) { in x11_open_helper() 1020 timingsafe_bcmp(ucp + 12 + ((proto_len + 3) & ~3), in x11_open_helper() 1036 memcpy(ucp + 12 + ((proto_len + 3) & ~3), in x11_open_helper()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 1942 Py_ssize_t proto_len; in PyCSimpleType_new() local 1963 proto_len = PyString_GET_SIZE(proto); in PyCSimpleType_new() 1969 if (proto_len != 1) { in PyCSimpleType_new()
|