Searched refs:outp (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dpap.c531 u_char *outp; local
536 outp = outpacket_buf[u->us_unit];
538 MAKEHEADER(outp, PPP_PAP);
540 PUTCHAR(UPAP_AUTHREQ, outp);
541 PUTCHAR(++u->us_id, outp);
542 PUTSHORT(outlen, outp);
543 PUTCHAR(u->us_userlen, outp);
544 BCOPY(u->us_user, outp, u->us_userlen);
545 INCPTR(u->us_userlen, outp);
546 PUTCHAR(u->us_passwdlen, outp);
570 u_char *outp; local
[all...]
H A Dchap.c688 u_char *outp; local
695 outp = outpacket_buf[cstate->unit];
697 MAKEHEADER(outp, PPP_CHAP); /* paste in a CHAP header */
699 PUTCHAR(CHAP_CHALLENGE, outp);
700 PUTCHAR(cstate->chal_id, outp);
701 PUTSHORT(outlen, outp);
703 PUTCHAR(chal_len, outp); /* put length of challenge */
704 BCOPY(cstate->challenge, outp, chal_len);
705 INCPTR(chal_len, outp);
707 BCOPY(cstate->chal_name, outp, name_le
723 u_char *outp; local
783 u_char *outp; local
[all...]
H A Dfsm.c306 u_char *outp; local
310 outp = outpacket_buf[f->unit];
313 if (datalen && data != outp + PPP_HDRLEN + HEADERLEN)
314 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
316 MAKEHEADER(outp, f->protocol);
317 PUTCHAR(code, outp);
318 PUTCHAR(id, outp);
319 PUTSHORT(outlen, outp);
796 u_char *outp; local
817 outp
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dpap.c552 u_char *outp; local
557 outp = outpacket_buf[u->us_unit];
559 MAKEHEADER(outp, PPP_PAP);
561 PUTCHAR(UPAP_AUTHREQ, outp);
562 PUTCHAR(++u->us_id, outp);
563 PUTSHORT(outlen, outp);
564 PUTCHAR(u->us_userlen, outp);
565 BCOPY(u->us_user, outp, u->us_userlen);
566 INCPTR(u->us_userlen, outp);
567 PUTCHAR(u->us_passwdlen, outp);
586 u_char *outp; local
[all...]
H A Dchap.c712 u_char *outp; local
719 outp = outpacket_buf[cstate->unit];
721 MAKEHEADER(outp, PPP_CHAP); /* paste in a CHAP header */
723 PUTCHAR(CHAP_CHALLENGE, outp);
724 PUTCHAR(cstate->chal_id, outp);
725 PUTSHORT(outlen, outp);
727 PUTCHAR(chal_len, outp); /* put length of challenge */
728 BCOPY(cstate->challenge, outp, chal_len);
729 INCPTR(chal_len, outp);
731 BCOPY(cstate->chal_name, outp, name_le
748 u_char *outp; local
813 u_char *outp; local
[all...]
H A Dfsm.c814 u_char *outp; local
836 outp = outpacket_buf[f->unit] + PPP_HDRLEN + HEADERLEN;
843 (*f->callbacks->addci)(f, outp, &cilen);
850 fsm_sdata(f, CONFREQ, f->reqid, outp, cilen);
869 u_char *outp; local
873 outp = outpacket_buf[f->unit];
877 if (datalen && data != outp + PPP_HDRLEN + HEADERLEN) {
878 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
881 MAKEHEADER(outp, f->protocol);
882 PUTCHAR(code, outp);
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dinlines.h19 extern unsigned outp(unsigned port, unsigned value);
22 #pragma intrinsic(inp,outp,inpw,outpw)
24 #define outb(p, v) outp(p, v)
H A Dpcibios.c377 outp(PCI_CFG_DATA + (DI & 3), GET_CL());
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dconio.h51 static inline int outp(unsigned short i, int j) { return _outp(i, j); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dconio.h61 static inline int outp(unsigned short i, int j) { return _outp(i, j); } function
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dinlines.h19 extern unsigned outp(unsigned port, unsigned value);
22 #pragma intrinsic(inp,outp,inpw,outpw)
24 #define outb(p, v) outp(p, v)
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp395 nsID** outp = (nsID**) *outValue; local
401 if(nsnull == (*(outp++) = (nsID*)
406 *(outp++) = nsnull;
415 char** outp = (char**) *outValue; local
421 if(nsnull == (*(outp++) = (char*)
426 *(outp++) = nsnull;
435 PRUnichar** outp = (PRUnichar**) *outValue; local
441 if(nsnull == (*(outp++) = (PRUnichar*)
447 *(outp++) = nsnull;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcompiler.h90 # define outb outp
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcompiler.h88 # define outb outp
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcompiler.h88 # define outb outp
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h64 # define outb outp
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcompiler.h91 # define outb outp
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcompiler.h95 # define outb outp

Completed in 241 milliseconds