Home
last modified time | relevance | path

Searched refs:mbuf (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/netinet/
Din.h543 int in_cksum(struct mbuf *, int);
544 int in4_cksum(struct mbuf *, u_int8_t, int, int);
545 void in_delayed_cksum(struct mbuf *);
/device/linaro/bootloader/edk2/StdLib/Include/net/
Droute.h89 struct mbuf;
116 int (*rt_output) __P((struct ifnet *, struct mbuf *,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c137 #define ADD_ALL_MULTI_BYTE_RANGE(enc, mbuf) do {\ argument
139 r = SET_ALL_MULTI_BYTE_RANGE(enc, &(mbuf));\
1053 if (cc->mbuf) in onig_node_free()
1054 bbuf_free(cc->mbuf); in onig_node_free()
1138 cc->mbuf = NULL; in initialize_cclass()
1182 cc->mbuf = NULL; in node_new_cclass_by_codepoint_range()
1196 cc->mbuf = bbuf; in node_new_cclass_by_codepoint_range()
1998 buf1 = dest->mbuf; in and_cclass()
2001 buf2 = cc->mbuf; in and_cclass()
2039 dest->mbuf = pbuf; in and_cclass()
[all …]
Dregcomp.c558 add_multi_byte_cclass(BBuf* mbuf, regex_t* reg) in add_multi_byte_cclass() argument
561 add_length(reg, mbuf->used); in add_multi_byte_cclass()
562 return add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass()
568 add_length(reg, mbuf->used + (WORD_ALIGNMENT_SIZE - 1)); in add_multi_byte_cclass()
571 r = add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass()
590 if (IS_NULL(cc->mbuf)) { in compile_length_cclass_node()
601 len += SIZE_LENGTH + cc->mbuf->used; in compile_length_cclass_node()
603 len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1); in compile_length_cclass_node()
621 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
636 r = add_multi_byte_cclass(cc->mbuf, reg); in compile_cclass_node()
[all …]
Dregint.h691 BBuf* mbuf; /* multi-byte info or NULL */ member
/device/linaro/bootloader/edk2/StdLib/Include/netinet6/
Din6.h716 struct mbuf;
718 int in6_cksum __P((struct mbuf *, u_int8_t, u_int32_t, u_int32_t));
719 void in6_delayed_cksum __P((struct mbuf *));