File: android-nl.c

package info (click to toggle)
iw 3.17-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 592 kB
  • ctags: 1,550
  • sloc: ansic: 9,348; makefile: 207; sh: 15
file content (6 lines) | stat: -rw-r--r-- 115 bytes parent folder | download
1
2
3
4
5
6
#include <netlink/attr.h>

int nla_put_flag(struct nl_msg *msg, int flag)
{
	return nla_put(msg, flag, 0, NULL);
}