Searched refs:netip (Results 1 – 7 of 7) sorted by relevance
/freebsd/tools/tools/net80211/wesside/wesside/ |
H A D | wesside.c | 116 unsigned char* netip = 0; variable 1467 !netip) { in got_wep() 1513 assert(!netip); in got_wep() 1514 netip = (unsigned char*) malloc(16); in got_wep() 1515 if(!netip) { in got_wep() 1520 memset(netip, 0, 16); in got_wep() 1521 strcpy(netip, inet_ntoa(*in)); in got_wep() 1523 time_print("Got IP=(%s)\n", netip); in got_wep() 1524 strcpy(myip, netip); in got_wep() 1871 "\x00\x00\x00\x00\x00\x00", netip); in flood_inet() [all …]
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | global.c | 64 char netibuf[BUFSIZ], *netip; variable
|
H A D | defs.h | 78 #define NIACCUM(c) { *netip++ = c; \
|
H A D | ext.h | 67 extern char netibuf[BUFSIZ], *netip;
|
H A D | telnetd.c | 158 netip = netibuf; in main() 1119 netip = netibuf; in my_telnet() 1124 DIAG(TD_NETDATA, printdata("nd", netip, ncc)); in my_telnet()
|
H A D | state.c | 88 c = *netip++ & 0377, ncc--; in telrcv() 120 int nc = *netip; in telrcv()
|
H A D | utility.c | 75 netip = netibuf; in ttloop()
|