Results of 1 - 3 of about 3 for nlmsg (0.007 sec.)
- Man page of NETLINK 11366
- NETLINK Section: Linux Programmer's Manual (3) Updated: 2014-03-20 Index JM Home Page 名前 netli
...
e < asm/types.h > #include < linux/netlink.h > int NLMSG_ALIGN(size_t len ); int NLMSG_LENGTH(size_t len ); ...
int NLMSG_SPACE(size_t len ); void *NLMSG_DATA(struct nlmsgh ...
dr * nlh ); struct nlmsghdr *NLMSG_NEXT(struct nlmsghdr * nlh , int len ); ...
int NLMSG_OK(struct nlmsghdr * nlh , int len ); int NLMSG_PA ...
-
https://man.plustar.jp/manpage/man3/netlink.3.html
- [similar]
- Man page of NETLINK 9654
- NETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 netli
...
メッセージはバイトストリームからなり、 一つ以上の nlmsghdr ヘッダーと、それに対応するペイロード (payload) ...
が含まれる。 バイトストリームには、標準の NLMSG_* マクロによってのみアクセスすべきである。 より詳し ...
nk (3) を見よ。 マルチパートメッセージ (一つ以上の nlmsghdr ヘッダーと、それに対応するペイロードが 一つバイ ...
グがセットされる。ただし最後のヘッダーだけは例外で、 NLMSG_DONE タイプとなる。 それぞれの nlmsghdr の後にはペ ...
-
https://man.plustar.jp/manpage/man7/netlink.7.html
- [similar]
- Man page of RTNETLINK 6845
- RTNETLINK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rtn
...
#include < linux/rtnetlink.h > ... struct { struct nlmsghdr nh; struct ifinfomsg if; char attrbuf[512]; } r ...
TLINK_ROUTE); memset(&req, 0, sizeof(req)); req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req.if)); req.nh.nlmsg_f ...
lags = NLM_F_REQUEST; req.nh.nlmsg_type = RTM_NEWLINK; req.if.ifi_family = AF_UNSPEC; ...
* ??? */ rta = (struct rtattr *)(((char *) &req) + NLMSG_ALIGN(req.nh.nlmsg_len)); rta->rta_type = IFLA_MTU ...
-
https://man.plustar.jp/manpage/man3/rtnetlink.3.html
- [similar]
PREV
1
NEXT