Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c116 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 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 Dtelnetd.c158 netip = netibuf; in main()
1119 netip = netibuf; in my_telnet()
1124 DIAG(TD_NETDATA, printdata("nd", netip, ncc)); in my_telnet()
H A Dstate.c88 c = *netip++ & 0377, ncc--; in telrcv()
120 int nc = *netip; in telrcv()
H A Dutility.c75 netip = netibuf; in ttloop()