Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c126 static char *netibuf, *netip; variable
129 #define NIACCUM(c) { *netip++ = c; \
1680 dataptr = netip; in encrypt_start()
1691 netip = netibuf; in encrypt_start()
1692 (void) memset(netip, 0, netibufsize); in encrypt_start()
2290 netip = netibuf; in main()
2433 netip = netibuf; in ttloop()
2973 netip = netibuf; in doit()
2981 while ((nsize = readstream(f, netibuf, ncc + netip - netibuf)) > 0) { in doit()
3363 telnetmod.ic_dp = netip; in telnet()
[all …]
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_hook.c197 net_protocol_t *netip) in viona_nethook_init() argument
201 if ((vnh->vnh_neti = net_protocol_register(nid, netip)) == NULL) { in viona_nethook_init()