search for: hdrlen

Displaying 9 results from an estimated 9 matches for "hdrlen".

Did you mean: hdr_len
2008 Sep 12
4
Custom build kernel patch fails big time.
...dst; struct xfrm_state *x = dst->xfrm; @@ -98,6 +98,182 @@ return err; } +/* jk: this should be moved to the beet module! */ +static int xfrm4_beet_output(struct sk_buff *skb) +{ + struct dst_entry *dst = skb->dst; + struct xfrm_state *x = dst->xfrm; + int hdrlen; + struct iphdr *iphv4, *top_iphv4; + struct ipv6hdr *iphv6, *top_iphv6; + + if (skb->nh.iph->version == 4) { + + int optlen; + + /* 4-4 */ + + iphv4 = skb->nh.iph; + skb->h.ipiph = iphv4; +...
2003 May 30
1
siemens optipoint 400 SIP
hi! anyone try siemens optipoint 400 economy SIP phone with * ? -- http://www.siemens.com/Daten/siecom/HQ/ICN/Internet/Enterprise_Networks/WORKAREA/skuch_c/templatedata/English/document/binary/a31002-h1000-a250-2-7629.pdf Thomas
2006 Feb 28
2
Sipura SPA-3000 and PSTN dtmf
Greetings, What is the recommended settings for using SPA-3000's FXO port for dialing out to PSTN in regard of the DTMF? The voip lan contains SPA-2100 and SPA-3000, with all fxs/fxo ports registered to the Asterisk box with unique username/passwords. The inbound PSTN DTMF works excellently, e.g. people calling from PSTN into the * box are able to pick IVR items with DTMF reliably. The
2005 Sep 16
0
lastest spandsp-0.03pre1 don't compile
...nce udptl.c:541: error: for each function it appears in.) udptl.c:543: error: `iabuf' undeclared (first use in this function) udptl.c:544: error: `payload' undeclared (first use in this function) udptl.c:544: error: `res' undeclared (first use in this function) udptl.c:544: error: `hdrlen' undeclared (first use in this function) udptl.c: At top level: udptl.c:571: warning: static declaration of 'udptl_debug_test_addr' follows non-static declaration udptl.c:541: warning: 'udptl_debug_test_addr' declared inline after being called udptl.c:541: warning: previous...
2003 Feb 23
0
Question about some Cisco-specific code in "rtp.c"
...currently contains the following hack for special-case handling of some Cisco-specific protocol: } else if (payloadtype == 121) { /* CISCO proprietary DTMF bridge */ f = process_type121(rtp, rtp->rawdata + AST_FRIENDLY_OFFSET + hdrlen, res - hdrlen); As I noted in my earlier message, I'm planning to update the code to improve the handling of dynamic RTP payload type numbers (like 121) - in particular, to fix bogus hard-wired cases like this. In this case, though, I'll need to know what the "a=rtpmap: ..." S...
2013 Nov 28
4
[PATCH net] xen-netback: fix fragment detection in checksum setup
...+1249,7 @@ static int checksum_setup_ipv6(struct xenvif *vif, struct sk_buff *skb, bool fragment; bool done; + fragment = false; done = false; off = sizeof(struct ipv6hdr); @@ -1275,9 +1288,21 @@ static int checksum_setup_ipv6(struct xenvif *vif, struct sk_buff *skb, off += (hp->hdrlen+2)<<2; break; } - case IPPROTO_FRAGMENT: - fragment = true; - /* fall through */ + case IPPROTO_FRAGMENT: { + struct frag_hdr *hp = (void *)(skb->data + off); + + header_size = skb->network_header + + off + + sizeof(struct frag_hdr); + maybe_pull_tail(skb, heade...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found
2010 Apr 22
1
Transport endpoint not connected
Hey guys, I've recently implemented gluster to share webcontent read-write between two servers. Version : glusterfs 3.0.4 built on Apr 19 2010 16:37:50 Fuse : 2.7.2-1ubuntu2.1 Platform : ubuntu 8.04LTS I used the following command to generate my configs: /usr/local/bin/glusterfs-volgen --name repstore1 --raid 1 10.10.130.11:/data/export
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir, I was trying to install bridge as we are installing scps gateway in our testbed.This requires us to install the bridge. Our Linux version is 2.4.18 ~3 and we are using redhat 7.2 Please let me know which is the bridge I should install and how to configure it. Before configuring the bridge what I should check in my configuration. Thanks for your time, Sincerely Rama ===== I hear