Searched refs:netip (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c64 char netibuf[BUFSIZ], *netip; variable
H A Ddefs.h78 #define NIACCUM(c) { *netip++ = c; \
H A Dext.h67 extern char netibuf[BUFSIZ], *netip;
H A Dstate.c88 c = *netip++ & 0377, ncc--;
120 int nc = *netip;
H A Dtelnetd.c158 netip = netibuf;
1119 netip = netibuf;
1124 DIAG(TD_NETDATA, printdata("nd", netip, ncc));
H A Dutility.c75 netip = netibuf;
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dext.h72 extern char netibuf[BUFSIZ], *netip;
H A Ddefs.h139 #define NIACCUM(c) { *netip++ = c; \
H A Dtelnetd.c143 netip = netibuf;
1054 netip = netibuf;
1058 DIAG(TD_NETDATA, printdata("nd", netip, ncc));
H A Dstate.c103 c = *netip++ & 0377, ncc--;
135 int nc = *netip;
147 netip++; ncc--;
H A Dutility.c87 netip = netibuf;
/freebsd-9.3-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c117 unsigned char* netip = 0; variable
1468 !netip) {
1514 assert(!netip);
1515 netip = (unsigned char*) malloc(16);
1516 if(!netip) {
1521 memset(netip, 0, 16);
1522 strcpy(netip, inet_ntoa(*in));
1524 time_print("Got IP=(%s)\n", netip);
1525 strcpy(myip, netip);
1871 "\x00\x00\x00\x00\x00\x00", netip);
[all...]

Completed in 123 milliseconds