翻訳と辞書
Words near each other
・ Netsai Mukomberanwa
・ Netsam
・ Netsanet Achamo
・ Netsanet Gudeta
・ Netscape
・ Netscape (web browser)
・ Netscape 6
・ Netscape 7
・ Netscape Application Server
・ Netley Hospital
・ Netley Marsh
・ Netley railway station
・ Netley, South Australia
・ Netlib
・ NetLimiter
Netlink
・ NetLinx
・ Netlist
・ Netlist Inc.
・ Netlog
・ NetLogic Microsystems
・ NetLogo
・ Netlotto
・ Netmage
・ Netmagic Solutions
・ NetManage
・ Netmarble Games
・ NetMarket
・ Netmeds
・ NetMind


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Netlink : ウィキペディア英語版
Netlink

Netlink socket family is a Linux kernel interface used for inter-process communication (IPC) between both the kernel and userspace processes, and between different userspace processes, in a way similar to the Unix domain sockets. Similarly to the Unix domain sockets, and unlike INET sockets, Netlink communication cannot traverse host boundaries. However, while the Unix domain sockets use the file system namespace, Netlink processes are addressed by process identifiers (PIDs).
Netlink is designed and used for transferring miscellaneous networking information between the kernel space and userspace processes. Networking utilities, such as the iproute2 family and the utilities used for configuring mac80211-based wireless drivers, use Netlink to communicate with the Linux kernel from userspace. Netlink provides a standard socket-based interface for userspace processes, and a kernel-side API for internal use by kernel modules. Originally, Netlink used the AF_NETLINK socket family.
Netlink is designed to be a more flexible successor to ioctl; (RFC 3549 ) describes the protocol in detail.
== History ==
Netlink was created by Alexey Kuznetsov as a more flexible alternative to the sophisticated but awkward ioctl communication method which software used for setting and getting external socket options. The Linux kernel continues to support ioctl for backward compatibility. It can be used as follows:
error = ioctl(ip_socket, ioctl_type, &value_result);
Netlink was first provided in the 2.0 series of the Linux kernel, implemented as a character device. By 2013, this interface is obsolete, but still forms an ioctl communication method; compare the use of rtnetlink.〔
〕 The Netlink socket interface appeared in 2.2 series of the Linux kernel.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Netlink」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.