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

/freebsd-13-stable/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-13-stable/contrib/telnet/telnetd/
H A Dext.h72 EXTERN char netibuf[BUFSIZ], *netip; variable
H A Ddefs.h135 #define NIACCUM(c) { *netip++ = c; \
H A Dtelnetd.c138 netip = netibuf;
1069 netip = netibuf;
1073 DIAG(TD_NETDATA, printdata("nd", netip, ncc));
H A Dstate.c99 c = *netip++ & 0377, ncc--;
131 int nc = *netip;
143 netip++; ncc--;
H A Dutility.c83 netip = netibuf;
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c118 unsigned char* netip = 0; variable
1469 !netip) {
1515 assert(!netip);
1516 netip = (unsigned char*) malloc(16);
1517 if(!netip) {
1522 memset(netip, 0, 16);
1523 strcpy(netip, inet_ntoa(*in));
1525 time_print("Got IP=(%s)\n", netip);
1526 strcpy(myip, netip);
1873 "\x00\x00\x00\x00\x00\x00", netip);
[all...]

Completed in 162 milliseconds