Re: Freeing an mbuf cluster

2008-10-02 Thread Bruce M. Simpson
Yony Yossef wrote: Hi All, I'm trying to manually build an mbuf chain with clusters in various sizes. I'm doing it using the MGETHDR and MEXTADD macros, it works fine. Now I'm looking for the simplest way to free an mbuf cluster, since I want to free the clusters seperately. This function will b

Re: bin/127719: arp: Segmentation fault (core dumped)

2008-10-02 Thread Remko Lodder
Hmm the content seems to have been obfuscated, can you perhaps place it online somewhere? or send it over to me so that I can bring it up somewhere? compressing it using tar and gzip or tar and bzip is preferred for me... Thanks remko -- /"\ Best regards, | [EMAIL PROTECT

Freeing an mbuf cluster

2008-10-02 Thread Yony Yossef
Hi All, I'm trying to manually build an mbuf chain with clusters in various sizes. I'm doing it using the MGETHDR and MEXTADD macros, it works fine. Now I'm looking for the simplest way to free an mbuf cluster, since I want to free the clusters seperately. This function will be given as a paramete