Searched defs:ip_reass (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | ip_input.c | 218 m = ip_reass(pData, m); 260 ip_reass(PNATState pData, struct mbuf* m) function 358 * ip_reass() will return a different mbuf. 362 /* Previous ip_reass() started here. */
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/ |
H A D | ip_frag.c | 63 * helper used by both ip_reass and ip_frag 125 ip_reass(struct pbuf *p) function 141 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: new packet\n")); 155 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: matching previous fragment ID=%"X16_F"\n", 167 ("ip_reass: fragment outside of buffer (%"S16_F":%"S16_F"/%"S16_F").\n", offset, 177 ("ip_reass: copying with offset %"S16_F" into %"S16_F":%"S16_F"\n", offset, 185 ("ip_reass: updating single byte in bitmap.\n")); 200 ("ip_reass: updating many bytes in bitmap (%"S16_F":%"S16_F").\n", 221 ("ip_reass: last fragment seen, total len %"S16_F"\n", 236 ("ip_reass [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | ip_frag.c | 317 /* now we can free the ip_reass struct */ 476 ip_reass(struct pbuf *p) function 491 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: IP options currently not supported!\n")); 508 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: Overflow condition: pbufct=%d, clen=%d, MAX=%d\n", 524 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: matching previous fragment ID=%"X16_F"\n", 560 ("ip_reass: last fragment seen, total len %"S16_F"\n", 618 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: nullreturn\n"));
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 143 #define ip_reass lwip_ip_reass macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 40 #define ip_reass lwip_ip_reass macro
|
Completed in 50 milliseconds