Results of 1 - 3 of about 3 for nlmsghdr (0.006 sec.)
- Man page of NETLINK 11719
- NETLINK Section: Linux Programmer's Manual (3) Updated: 2014-03-20 Index JM Home Page 名前 netli
...
NLMSG_SPACE(size_t len ); void *NLMSG_DATA(struct nlmsghdr * nlh ); struct nlmsghdr *NLMSG_NEXT(struct nlmsgh ...
dr * nlh , int len ); int NLMSG_OK(struct nlmsghdr * nlh , int len ); int NLMSG_PAYLOAD(struct nlmsgh ...
ENGTH 格納領域 (payload) の長さ len を引数にとり、 nlmsghdr の nlmsg_len フィールドに代入できる 揃えられた長さ ...
ink メッセージのバイト数を返す。 NLMSG_DATA 与えた nlmsghdr に関連づけられた格納領域へのポインターを返す。 NLM ...
-
https://man.plustar.jp/manpage/man3/netlink.3.html
- [similar]
- Man page of NETLINK 8966
- NETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 netli
...
メッセージはバイトストリームからなり、 一つ以上の nlmsghdr ヘッダーと、それに対応するペイロード (payload) が含 ...
nk (3) を見よ。 マルチパートメッセージ (一つ以上の nlmsghdr ヘッダーと、それに対応するペイロードが 一つバイトス ...
だけは例外で、 NLMSG_DONE タイプとなる。 それぞれの nlmsghdr の後にはペイロードが続く。 struct nlmsghdr { __u32 ...
ror; /* 負または 0 の errno は応答を表す */ struct nlmsghdr msg; /* エラーを起こしたメッセージのヘッダー */ }; ...
-
https://man.plustar.jp/manpage/man7/netlink.7.html
- [similar]
- Man page of RTNETLINK 7199
- 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]; } req; ...
-
https://man.plustar.jp/manpage/man3/rtnetlink.3.html
- [similar]
PREV
1
NEXT