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
1680 dataptr = netip; in encrypt_start()
1691 netip = netibuf; in encrypt_start()
2290 netip = netibuf; in main()
2433 netip = netibuf; in ttloop()
2973 netip = netibuf; in doit()
3374 netip = netibuf; in telnet()
3422 netip = netibuf; in telnet()
3444 c = *netip & 0377; in telrcv()
3456 netip++; in telrcv()
[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()