Searched refs:trailer (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dserverhelp.pm149 my $trailer = '_server.pid';
150 return '.'. servername_canon($proto, $ipver, $idnum) ."$trailer";
159 my $trailer = '_server.log';
160 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
161 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
170 my $trailer = '_server.cmd';
171 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
180 my $trailer = '_server.input';
181 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
190 my $trailer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dalloca.c298 include the fifteen word trailer area. */
311 this trailer). */
314 long link; /* Address of trailer block of previous
339 struct stk_trailer *trailer; local
352 trailer = (struct stk_trailer *) (status.current_address
357 a fatal error if "trailer" is null. */
359 if (trailer == 0)
364 while (trailer != 0)
366 block = (long *) trailer->this_address;
367 size = trailer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/psorder/
H A Dpsorder.h76 off_t trailer; member in struct:psinfo_st
H A Dpsorder.c132 psinfo.trailer = 0;
236 if ( psinfo.trailer == 0 ) {
237 psinfo.trailer = count;
413 if ( psinfo.trailer == 0 ) {
415 } else endofpage = psinfo.trailer;
473 * output the trailer stuff and rewrite the $$Pages line
474 * if it is in the trailer
476 if ( psinfo.trailer != 0 ) {
477 if ( lseek( tempfd, psinfo.trailer, SEEK_SET ) < 0 ) {
481 if ( psinfo.trailer < psinf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.h76 off_t trailer; member in struct:psinfo_st
H A Dpsorder.c132 psinfo.trailer = 0;
236 if ( psinfo.trailer == 0 ) {
237 psinfo.trailer = count;
413 if ( psinfo.trailer == 0 ) {
415 } else endofpage = psinfo.trailer;
473 * output the trailer stuff and rewrite the $$Pages line
474 * if it is in the trailer
476 if ( psinfo.trailer != 0 ) {
477 if ( lseek( tempfd, psinfo.trailer, SEEK_SET ) < 0 ) {
481 if ( psinfo.trailer < psinf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp_chunks.c51 followed by an OPTIONAL trailer containing entity-header fields. This
58 trailer
70 trailer = *(entity-header CRLF)
74 zero, followed by the trailer, which is terminated by an empty line.
285 /* this is the end of a trailer, but if the trailer was zero bytes
286 there was no trailer and we move on */
289 /* we allocate trailer with 3 bytes extra room to fit this */
290 conn->trailer[conn->trlPos++]=0x0d;
291 conn->trailer[con
[all...]
H A Dnss.c468 char *trailer; local
475 trailer = strstr(++begin, "-----END");
476 if(!trailer)
480 *trailer = '\0';
H A Durldata.h930 /* These three are used for chunked-encoding trailer support */
931 char *trailer; /* allocated buffer to store trailer in */ member in struct:connectdata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Drfc1002pdu.h55 /* POSITIVE_SESSION_RESPONSE packet does not include trailer.
56 SESSION_KEEP_ALIVE packet also does not include a trailer.
58 } __attribute__((packed)) trailer; member in struct:rfc1002_session_packet
H A Dconnect.c1503 ses_init_buf->trailer.session_req.called_len = 32;
1505 rfc1002mangle(ses_init_buf->trailer.session_req.called_name,
1508 rfc1002mangle(ses_init_buf->trailer.session_req.called_name,
1512 ses_init_buf->trailer.session_req.calling_len = 32;
1516 rfc1002mangle(ses_init_buf->trailer.session_req.calling_name,
1519 rfc1002mangle(ses_init_buf->trailer.session_req.calling_name,
1522 ses_init_buf->trailer.session_req.scope1 = 0;
1523 ses_init_buf->trailer.session_req.scope2 = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dnet1080.c395 struct nc_trailer *trailer; local
430 trailer = (struct nc_trailer *)
431 (skb->data + skb->len - sizeof *trailer);
432 skb_trim(skb, skb->len - sizeof *trailer);
449 if (header->packet_id != get_unaligned(&trailer->packet_id)) {
453 le16_to_cpu(trailer->packet_id));
465 struct nc_trailer *trailer = NULL; local
508 /* maybe pad; then trailer */
509 if (!((skb->len + sizeof *trailer) & 0x01))
511 trailer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Desp6.c49 struct sk_buff *trailer; local
77 if ((nfrags = skb_cow_data(skb, clen-skb->len+alen, &trailer)) < 0) {
82 tail = skb_tail_pointer(trailer);
89 pskb_put(skb, trailer, clen - skb->len);
94 *(skb_tail_pointer(trailer) - 1) = *skb_network_header(skb);
134 memcpy(pskb_put(skb, trailer, alen), esp->auth.work_icv, alen);
148 struct sk_buff *trailer; local
184 if ((nfrags = skb_cow_data(skb, 0, &trailer)) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Desp4.c23 struct sk_buff *trailer; local
49 if ((nfrags = skb_cow_data(skb, clen-skb->len+alen, &trailer)) < 0)
53 tail = skb_tail_pointer(trailer);
60 pskb_put(skb, trailer, clen - skb->len);
67 *(skb_tail_pointer(trailer) - 1) = top_iph->protocol;
134 memcpy(pskb_put(skb, trailer, alen), esp->auth.work_icv, alen);
155 struct sk_buff *trailer; local
189 if ((nfrags = skb_cow_data(skb, 0, &trailer)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h54 u_short byte_count; /* excluding header/trailer */
129 u_char trailer[6]; /* 0xfe 0xfe 0x00 0x00 0x00 0x00 */ member in struct:Symbios_nvram
H A Dsym_nvram.c524 memcmp(nvram->trailer, Symbios_trailer, 6) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c209 char trailer = 0; local
214 trailer = 'G';
217 trailer = 'M';
220 trailer = 'K';
225 if (trailer) {
226 buffer[n] = trailer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/atm/
H A Dusbatm.c500 if (left >= ATM_AAL5_TRAILER) { /* trailer will go in this cell */
501 u8 *trailer = target + ATM_CELL_SIZE - ATM_AAL5_TRAILER; local
502 /* trailer[0] = 0; UU = 0 */
503 /* trailer[1] = 0; CPI = 0 */
504 trailer[2] = ctrl->len >> 8;
505 trailer[3] = ctrl->len;
509 trailer[4] = ctrl->crc >> 24;
510 trailer[5] = ctrl->crc >> 16;
511 trailer[6] = ctrl->crc >> 8;
512 trailer[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_cat.c311 __u8 string[VOYAGER_MAX_SCAN_PATH], trailer[VOYAGER_MAX_REG_SIZE]; local
326 cat_build_header(trailer, tbytes, 1, asicp->ireg_length);
330 outb(trailer[i], CAT_DATA);
352 if(trailer[i] != input) {
353 CDEBUG(("cat_getdata: failed to sanity check rest of ret(%d) 0x%x != 0x%x\n", i, input, trailer[i]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Drxkad.c209 struct sk_buff *trailer; local
236 nsg = skb_cow_data(skb, 0, &trailer);
336 struct sk_buff *trailer; local
345 if (skb_cow_data(skb, 0, &trailer) < 0)
408 struct sk_buff *trailer; local
418 nsg = skb_cow_data(skb, 0, &trailer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Diphase.c1163 struct cpcs_trailer *trailer; local
1185 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1186 skb->len - sizeof(*trailer));
1187 length = swap(trailer->length);
1192 IF_ERR(printk("rx_dle_intr: Bad AAL5 trailer %d (skb len %d)",
1560 /* Revenge of the 2 dle (skb + trailer) used in ia_pkt_tx() */
2750 struct cpcs_trailer *trailer; local
2835 trailer = iadev->tx_buf[desc-1].cpcs;
2838 trailer->control = 0;
2840 trailer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dmeye.c617 int pt_start, pt_end, trailer; local
623 trailer = (v >> 1) & 0x3FF;
627 pt_end * PAGE_SIZE + trailer * 4;
629 fsize = (pt_end - pt_start) * PAGE_SIZE + trailer * 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S287 bz .Lagain1 # skip dateset trailer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dskbuff.c2303 * @trailer: Returned pointer to the skb where the @tailbits space begins
2310 * bytes of data beyond current end of socket buffer. @trailer will be
2316 int skb_cow_data(struct sk_buff *skb, int tailbits, struct sk_buff **trailer) argument
2332 /* A little of trouble, not enough of space for trailer.
2342 *trailer = skb;
2362 /* If the skb is the last, worry about trailer. */
2401 *trailer = skb1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dskbuff.h376 struct sk_buff **trailer);

Completed in 353 milliseconds

12