Home
last modified time | relevance | path

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

/NextBSD/tools/tools/net80211/wesside/wesside/
HDwesside.c117 unsigned char* netip = 0; variable
1468 !netip) { in got_wep()
1514 assert(!netip); in got_wep()
1515 netip = (unsigned char*) malloc(16); in got_wep()
1516 if(!netip) { in got_wep()
1521 memset(netip, 0, 16); in got_wep()
1522 strcpy(netip, inet_ntoa(*in)); in got_wep()
1524 time_print("Got IP=(%s)\n", netip); in got_wep()
1525 strcpy(myip, netip); in got_wep()
1872 "\x00\x00\x00\x00\x00\x00", netip); in flood_inet()
[all …]
/NextBSD/crypto/heimdal/appl/telnet/telnetd/
HDglobal.c64 char netibuf[BUFSIZ], *netip; variable
HDdefs.h78 #define NIACCUM(c) { *netip++ = c; \
HDext.h67 extern char netibuf[BUFSIZ], *netip;
HDtelnetd.c158 netip = netibuf; in main()
1119 netip = netibuf; in my_telnet()
1124 DIAG(TD_NETDATA, printdata("nd", netip, ncc)); in my_telnet()
HDstate.c88 c = *netip++ & 0377, ncc--; in telrcv()
120 int nc = *netip; in telrcv()
HDutility.c75 netip = netibuf; in ttloop()
/NextBSD/contrib/telnet/telnetd/
HDext.h72 extern char netibuf[BUFSIZ], *netip;
HDtelnetd.c143 netip = netibuf; in main()
1074 netip = netibuf; in telnet()
1078 DIAG(TD_NETDATA, printdata("nd", netip, ncc)); in telnet()
HDdefs.h139 #define NIACCUM(c) { *netip++ = c; \
HDstate.c103 c = *netip++ & 0377, ncc--; in telrcv()
135 int nc = *netip; in telrcv()
147 netip++; ncc--; in telrcv()
HDutility.c87 netip = netibuf; in ttloop()