Searched refs:LLC_LEN (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/atm/
H A Dpppoatm.c74 #define LLC_LEN (4) macro
148 if (skb->len < LLC_LEN ||
149 memcmp(skb->data, pppllc, LLC_LEN))
151 skb_pull(skb, LLC_LEN);
161 skb_pull(skb, LLC_LEN);
164 if (skb->len >= (sizeof(pppllc) - LLC_LEN) &&
165 !memcmp(skb->data, &pppllc[LLC_LEN],
166 sizeof(pppllc) - LLC_LEN)) {
168 pvcc->chan.mtu += LLC_LEN;
205 if (skb_headroom(skb) < LLC_LEN) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/atm/
H A Dpppoatm.c74 #define LLC_LEN (4) macro
148 if (skb->len < LLC_LEN ||
149 memcmp(skb->data, pppllc, LLC_LEN))
151 skb_pull(skb, LLC_LEN);
161 skb_pull(skb, LLC_LEN);
164 if (skb->len >= (sizeof(pppllc) - LLC_LEN) &&
165 !memcmp(skb->data, &pppllc[LLC_LEN],
166 sizeof(pppllc) - LLC_LEN)) {
168 pvcc->chan.mtu += LLC_LEN;
205 if (skb_headroom(skb) < LLC_LEN) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_constants.h159 #define LLC_LEN 3 macro
162 * packets, using isomtu = mtu - LLC_LEN
166 (C->interface->mtu - LLC_LEN) : (C->interface->mtu))
H A Disis_pfpacket.c223 u_char llc[LLC_LEN];
230 LLC_LEN, MSG_PEEK,
269 stream_write (circuit->rcv_stream, sock_buff + LLC_LEN, bytesread - LLC_LEN);
332 sa.sll_protocol = htons (stream_get_endp (circuit->snd_stream) + LLC_LEN);
355 iov[0].iov_len = LLC_LEN;
373 sa.sll_protocol = htons (stream_get_endp (circuit->snd_stream) + LLC_LEN);
H A Disis_bpf.c267 offset = bpf_hdr->bh_hdrlen + LLC_LEN + ETHER_HDR_LEN;
271 bpf_hdr->bh_caplen - LLC_LEN - ETHER_HDR_LEN);
306 buflen = stream_get_endp (circuit->snd_stream) + LLC_LEN + ETHER_HDR_LEN;
326 eth->ether_type = htons (stream_get_endp (circuit->snd_stream) + LLC_LEN);
336 memcpy (sock_buff + (LLC_LEN + ETHER_HDR_LEN), circuit->snd_stream->data,
H A Disis_dlpi.c571 if (databuf.len < LLC_LEN || sock_buff[0] != ISO_SAP ||
575 stream_write (circuit->rcv_stream, sock_buff + LLC_LEN,
576 databuf.len - LLC_LEN);
590 buflen = stream_get_endp (circuit->snd_stream) + LLC_LEN;
626 memcpy (sock_buff + LLC_LEN, circuit->snd_stream->data,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_constants.h159 #define LLC_LEN 3 macro
162 * packets, using isomtu = mtu - LLC_LEN
166 (C->interface->mtu - LLC_LEN) : (C->interface->mtu))
H A Disis_pfpacket.c223 u_char llc[LLC_LEN];
230 LLC_LEN, MSG_PEEK,
269 stream_write (circuit->rcv_stream, sock_buff + LLC_LEN, bytesread - LLC_LEN);
332 sa.sll_protocol = htons (stream_get_endp (circuit->snd_stream) + LLC_LEN);
355 iov[0].iov_len = LLC_LEN;
373 sa.sll_protocol = htons (stream_get_endp (circuit->snd_stream) + LLC_LEN);
H A Disis_bpf.c267 offset = bpf_hdr->bh_hdrlen + LLC_LEN + ETHER_HDR_LEN;
271 bpf_hdr->bh_caplen - LLC_LEN - ETHER_HDR_LEN);
306 buflen = stream_get_endp (circuit->snd_stream) + LLC_LEN + ETHER_HDR_LEN;
326 eth->ether_type = htons (stream_get_endp (circuit->snd_stream) + LLC_LEN);
336 memcpy (sock_buff + (LLC_LEN + ETHER_HDR_LEN), circuit->snd_stream->data,
H A Disis_dlpi.c571 if (databuf.len < LLC_LEN || sock_buff[0] != ISO_SAP ||
575 stream_write (circuit->rcv_stream, sock_buff + LLC_LEN,
576 databuf.len - LLC_LEN);
590 buflen = stream_get_endp (circuit->snd_stream) + LLC_LEN;
626 memcpy (sock_buff + LLC_LEN, circuit->snd_stream->data,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/isisd/
H A Disis_constants.h159 #define LLC_LEN 3 macro
162 * packets, using isomtu = mtu - LLC_LEN
166 (C->interface->mtu - LLC_LEN) : (C->interface->mtu))
H A Disis_pfpacket.c223 u_char llc[LLC_LEN];
230 LLC_LEN, MSG_PEEK,
269 stream_write (circuit->rcv_stream, sock_buff + LLC_LEN, bytesread - LLC_LEN);
332 sa.sll_protocol = htons (stream_get_endp (circuit->snd_stream) + LLC_LEN);
355 iov[0].iov_len = LLC_LEN;
373 sa.sll_protocol = htons (stream_get_endp (circuit->snd_stream) + LLC_LEN);
H A Disis_bpf.c267 offset = bpf_hdr->bh_hdrlen + LLC_LEN + ETHER_HDR_LEN;
271 bpf_hdr->bh_caplen - LLC_LEN - ETHER_HDR_LEN);
306 buflen = stream_get_endp (circuit->snd_stream) + LLC_LEN + ETHER_HDR_LEN;
326 eth->ether_type = htons (stream_get_endp (circuit->snd_stream) + LLC_LEN);
336 memcpy (sock_buff + (LLC_LEN + ETHER_HDR_LEN), circuit->snd_stream->data,
H A Disis_dlpi.c571 if (databuf.len < LLC_LEN || sock_buff[0] != ISO_SAP ||
575 stream_write (circuit->rcv_stream, sock_buff + LLC_LEN,
576 databuf.len - LLC_LEN);
590 buflen = stream_get_endp (circuit->snd_stream) + LLC_LEN;
626 memcpy (sock_buff + LLC_LEN, circuit->snd_stream->data,

Completed in 84 milliseconds