Searched refs:PUTSHORT (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dnameser_compat.h192 #define PUTSHORT NS_PUT16 macro
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dlcp.c784 PUTSHORT(val, ucp); \
790 PUTSHORT(PPP_CHAP, ucp); \
803 PUTSHORT(PPP_LQR, ucp); \
1627 PUTSHORT(MINMRU, nakp); /* Give him a hint */
1693 PUTSHORT(PPP_EAP, nakp);
1696 PUTSHORT(PPP_CHAP, nakp);
1717 PUTSHORT(PPP_EAP, nakp);
1719 PUTSHORT(PPP_PAP, nakp);
1732 PUTSHORT(PPP_CHAP, nakp);
1752 PUTSHORT(PPP_CHA
[all...]
H A Deap.c297 PUTSHORT(EAP_HEADERLEN, inp);
317 PUTSHORT(EAP_HEADERLEN, inp);
486 PUTSHORT(outlen, outp);
584 PUTSHORT(outlen, outp); /* packet length */
603 PUTSHORT(outlen, outp); /* packet length */
633 PUTSHORT(outlen, outp); /* packet length */
H A Dacsp.c1720 PUTSHORT(len - PPP_HDRLEN - sizeof(struct ip), outp); // total length (udp data + udp header)
1724 PUTSHORT(srcport, outp); // source port
1725 PUTSHORT(dstport, outp); // dest port
1726 PUTSHORT(len - PPP_HDRLEN - sizeof(struct ip), outp); // total length (udp data + udp header)
1727 PUTSHORT(0, outp); // cksum
1733 PUTSHORT(0, outp); // cksum
1737 PUTSHORT(0x4500, outp); // hdr len and service type
1738 PUTSHORT(len - PPP_HDRLEN, outp); // total length
1739 PUTSHORT(dhcp_ip_id++, outp); // identification
1740 PUTSHORT(
[all...]
H A Dupap.c595 PUTSHORT(outlen, outp);
629 PUTSHORT(outlen, outp);
H A Dcbcp.c445 PUTSHORT(outlen, outp);
H A Dchap.c932 PUTSHORT(outlen, outp);
1051 PUTSHORT(outlen, outp);
1135 PUTSHORT(outlen, outp); /* packet length */
H A Dpppd.h1071 #define PUTSHORT(s, cp) { \ macro
1111 PUTSHORT(t, p); }
H A Dipxcp.c670 PUTSHORT (external, ucp);
1206 PUTSHORT (protocol, p);
H A Dfsm.c889 PUTSHORT(outlen, outp);
H A Dipv6cp.c630 PUTSHORT(val, ucp); \
H A Dipcp.c876 PUTSHORT(val, ucp); \
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/arpa/
H A Dnameser.h331 #define PUTSHORT(s, cp) { \ macro
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dnameser.h293 #define PUTSHORT(s, cp) { \ macro
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c2381 #undef PUTSHORT macro
2382 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ macro
2394 PUTSHORT(cp, cols);
2395 PUTSHORT(cp, rows);
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c2389 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \
2401 PUTSHORT(cp, cols);
2402 PUTSHORT(cp, rows);
2380 #define PUTSHORT macro

Completed in 164 milliseconds