Searched refs:netip (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/tools/tools/net80211/wesside/wesside/ |
| HD | wesside.c | 117 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/ |
| HD | global.c | 64 char netibuf[BUFSIZ], *netip; variable
|
| HD | defs.h | 78 #define NIACCUM(c) { *netip++ = c; \
|
| HD | ext.h | 67 extern char netibuf[BUFSIZ], *netip;
|
| HD | telnetd.c | 158 netip = netibuf; in main() 1119 netip = netibuf; in my_telnet() 1124 DIAG(TD_NETDATA, printdata("nd", netip, ncc)); in my_telnet()
|
| HD | state.c | 88 c = *netip++ & 0377, ncc--; in telrcv() 120 int nc = *netip; in telrcv()
|
| HD | utility.c | 75 netip = netibuf; in ttloop()
|
| /NextBSD/contrib/telnet/telnetd/ |
| HD | ext.h | 72 extern char netibuf[BUFSIZ], *netip;
|
| HD | telnetd.c | 143 netip = netibuf; in main() 1074 netip = netibuf; in telnet() 1078 DIAG(TD_NETDATA, printdata("nd", netip, ncc)); in telnet()
|
| HD | defs.h | 139 #define NIACCUM(c) { *netip++ = c; \
|
| HD | state.c | 103 c = *netip++ & 0377, ncc--; in telrcv() 135 int nc = *netip; in telrcv() 147 netip++; ncc--; in telrcv()
|
| HD | utility.c | 87 netip = netibuf; in ttloop()
|