/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | revarp.c | 241 IFT_OTHER); in rarp_open() 244 IFT_OTHER); in rarp_open() 356 str = _link_ntoa(physaddr, NULL, physaddrlen, IFT_OTHER); in dlpi_print_address()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_arp.c | 93 smacbuf = _link_ntoa(sha, NULL, maclen, IFT_OTHER); in interpret_arp() 100 dmacbuf = _link_ntoa(tha, NULL, maclen, IFT_OTHER); in interpret_arp()
|
/illumos-gate/usr/src/uts/common/net/ |
H A D | if_types.h | 53 #define IFT_OTHER 0x1 /* none of the following */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | events.c | 532 sender, ETHERADDRL, IFT_OTHER); in receive_packet() 547 sender, ETHERADDRL, IFT_OTHER); in receive_packet() 556 ETHERADDRL, IFT_OTHER); in receive_packet()
|
H A D | rstp.c | 455 (void) _link_ntoa(port->mac_addr, curid, ETHERADDRL, IFT_OTHER); in rstp_change_mac() 456 (void) _link_ntoa(newaddr, newmac, ETHERADDRL, IFT_OTHER); in rstp_change_mac()
|
H A D | dlpi.c | 239 IFT_OTHER); in port_dlpi_open()
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | getifaddrs.c | 177 return (IFT_OTHER); in dlpi_iftype() 180 return (IFT_OTHER); in dlpi_iftype()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 440 rdev->physaddrlen, IFT_OTHER); in init_rarpdev() 495 IFT_OTHER); in do_rarp() 584 str = _link_ntoa(thap, str, rdev->physaddrlen, IFT_OTHER); in rarp_request()
|
H A D | arp.c | 338 str = _link_ntoa(ea, str, ar.xarp_ha.sdl_alen, IFT_OTHER); in get()
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | solaris.c | 177 { IFT_OTHER, 0 },
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlvnic.c | 673 return (_link_ntoa(mac, buf, ETHERADDRL, IFT_OTHER)); in dladm_vnic_macaddr2str()
|
H A D | libdlaggr.c | 885 return (_link_ntoa(mac, buf, ETHERADDRL, IFT_OTHER)); in dladm_aggr_macaddr2str()
|
H A D | libdlwlan.c | 916 IFT_OTHER)); in dladm_wlan_bssid2str()
|
H A D | linkprop.c | 2864 NULL, cid->dc_len - sizeof (llt), IFT_OTHER); in dladm_cid2str() 2899 NULL, cid->dc_len - sizeof (ll), IFT_OTHER); in dladm_cid2str()
|
/illumos-gate/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 1003 return (IFT_OTHER); in dlpi_iftype()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipmp.c | 1300 ipmp_ill->ill_type = IFT_OTHER; in ipmp_ill_leave_illgrp()
|
H A D | ip_if.c | 280 { SUNW_DL_VNI, IFT_OTHER, ETHERTYPE_IP, ETHERTYPE_IPV6, 282 { SUNW_DL_IPMP, IFT_OTHER, ETHERTYPE_IP, ETHERTYPE_IPV6, 284 { DL_OTHER, IFT_OTHER, ETHERTYPE_IP, ETHERTYPE_IPV6,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2633 str = _link_ntoa(cp, str, arpreq.xarp_ha.sdl_alen, IFT_OTHER);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 2628 case IFT_OTHER: in ill_format()
|