Home
last modified time | relevance | path

Searched refs:pbuf_add_header (Results 1 – 21 of 21) sorted by relevance

/third_party/lwip/src/netif/
Dethernet.c283 if (pbuf_add_header(p, SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR) != 0) {
294 if (pbuf_add_header(p, SIZEOF_ETH_HDR) != 0) {
/third_party/lwip/src/netif/ppp/
Dmppe.c218 pbuf_add_header(np, MPPE_OVHD + sizeof(protocol)); in mppe_compress()
260 pbuf_add_header(np, MPPE_OVHD); in mppe_compress()
Dpppoe.c725 if (pbuf_add_header(pb, sizeof(struct eth_hdr)) != 0) { in pppoe_output()
1044 if (pbuf_add_header(pb, sizeof(struct eth_hdr))) { in pppoe_send_padt()
1143 if (pbuf_add_header(pb, PPPOE_HEADERLEN) != 0) { in pppoe_xmit()
Dvj.c661 if (pbuf_add_header(n0, cs->cs_hlen)) { in vj_uncompress_tcp()
Dppp.c967 if (pbuf_add_header(pb, sizeof(protocol))) { in ppp_input()
Dpppol2tp.c1132 if (pbuf_add_header(pb, PPPOL2TP_OUTPUT_DATA_HEADER_LEN) != 0) { in pppol2tp_xmit()
/third_party/lwip/src/core/ipv4/
Dicmp.c157 if (pbuf_add_header(p, hlen + PBUF_LINK_HLEN + PBUF_LINK_ENCAPSULATION_HLEN)) { in icmp_input()
208 if (pbuf_add_header(p, hlen)) { in icmp_input()
Dip4.c917 if (pbuf_add_header(p, optlen_aligned)) {
936 if (pbuf_add_header(p, IP_HLEN)) {
Dip4_frag.c807 if (pbuf_add_header(rambuf, IP_HLEN)) { in ip4_frag()
/third_party/lwip/
Dbackport-fix-compiling-ETHARP_SUPPORT_VLAN.patch31 if (pbuf_add_header(p, SIZEOF_ETH_HDR) != 0) {
D0056-fix-tso-small-packet-drop-in-kernel-server.patch86 + pbuf_add_header(_p, TCP_HLEN); \
D0038-add-tso.patch122 + pbuf_add_header(p, TCP_HLEN);
DCHANGELOG128 * pbuf: split pbuf_header(s16_t) into pbuf_add_header(size_t) and
/third_party/lwip/test/unit/udp/
Dtest_udp.c191 ret = pbuf_add_header(p, sizeof(struct udp_hdr)); in test_udp_create_test_packet()
198 ret = pbuf_add_header(p, sizeof(struct ip_hdr)); in test_udp_create_test_packet()
/third_party/lwip/src/include/lwip/
Dpbuf.h288 u8_t pbuf_add_header(struct pbuf *p, size_t header_size_increment);
/third_party/lwip/src/core/
Draw.c487 if (pbuf_add_header(p, header_size)) { in raw_sendto_if_src()
Dudp.c806 if (pbuf_add_header(p, UDP_HLEN)) {
Dpbuf.c551 pbuf_add_header(struct pbuf *p, size_t header_size_increment) in pbuf_add_header() function
Dtcp_out.c202 if (pbuf_add_header(p, TCP_HLEN)) { in tcp_create_segment()
/third_party/lwip/src/core/ipv6/
Dip6.c1260 if (pbuf_add_header(p, IP6_HLEN)) {
1487 if (pbuf_add_header(p, sizeof(struct ip6_hbh_hdr) + hlen)) {
Dip6_frag.c783 if (pbuf_add_header(rambuf, IP6_HLEN)) { in ip6_frag()