Searched defs:outp (Results 1 - 9 of 9) sorted by relevance

/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/Network/lwip/src/netif/ppp/
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...]
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...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
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...]
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...]
/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;

Completed in 60 milliseconds