OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlmsghdr
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/bsd/wpa/dist/src/drivers/
priv_netlink.h
50
#define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct
nlmsghdr
)))
51
#define NLMSG_LENGTH(len) ((len) + NLMSG_ALIGN(sizeof(struct
nlmsghdr
)))
55
(struct
nlmsghdr
*) \
57
#define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct
nlmsghdr
) && \
58
(nlh)->nlmsg_len >= sizeof(struct
nlmsghdr
) && \
84
struct
nlmsghdr
struct
netlink.c
26
struct
nlmsghdr
*h)
43
struct
nlmsghdr
*h;
57
h = (struct
nlmsghdr
*) buf;
175
struct
nlmsghdr
hdr;
driver_macsec_linux.c
567
struct
nlmsghdr
*ret_hdr = nlmsg_hdr(msg);
driver_nl80211.c
316
ack_len = sizeof(struct
nlmsghdr
) + sizeof(int) +
317
sizeof(struct
nlmsghdr
);
319
((u8 *) nlmsg_data(nlmsg_hdr(msg)) + sizeof(struct
nlmsghdr
) +
354
struct
nlmsghdr
*nlh = (struct
nlmsghdr
*) err - 1;
355
struct
nlmsghdr
*orig_nlh = nlmsg_hdr(err_args->orig_msg);
440
struct
nlmsghdr
*hdr = nlmsg_hdr(msg);
459
struct
nlmsghdr
*hdr;
/src/external/gpl2/lvm2/dist/daemons/cmirrord/
local.c
47
struct
nlmsghdr
*nlh = (struct
nlmsghdr
*)send_buf;
107
switch (((struct
nlmsghdr
*)recv_buf)->nlmsg_type) {
113
msg = (struct cn_msg *)NLMSG_DATA((struct
nlmsghdr
*)recv_buf);
114
len -= sizeof(struct
nlmsghdr
);
153
* Now we've got sizeof(struct cn_msg) + sizeof(struct
nlmsghdr
)
186
struct
nlmsghdr
*nlh;
191
nlh = (struct
nlmsghdr
*)send_buf;
/src/crypto/dist/ipsec-tools/src/racoon/
grabmyaddr.c
339
netlink_add_rtattr_l(struct
nlmsghdr
*n, int maxlen, int type,
363
struct
nlmsghdr
nlh;
400
netlink_process_addr(struct
nlmsghdr
*h)
439
struct
nlmsghdr
n;
472
netlink_process_route(struct
nlmsghdr
*h)
535
netlink_process(struct
nlmsghdr
*h)
563
struct
nlmsghdr
*h;
581
h = (struct
nlmsghdr
*) buf;
/src/external/bsd/libpcap/dist/
pcap-netfilter-linux.c
151
const struct
nlmsghdr
*nlh = (const struct
nlmsghdr
*) bp;
192
if (nlh->nlmsg_len < sizeof(struct
nlmsghdr
) || (u_int)len < nlh->nlmsg_len) {
257
pkth.caplen = pkth.len = nlh->nlmsg_len-NLMSG_ALIGN(sizeof(struct
nlmsghdr
));
350
struct
nlmsghdr
*nlh = (struct
nlmsghdr
*) buf;
351
struct nfgenmsg *nfg = (struct nfgenmsg *) (buf + sizeof(struct
nlmsghdr
));
412
nlh = (struct
nlmsghdr
*) buf;
pcap-linux.c
594
struct
nlmsghdr
* ret_hdr = nlmsg_hdr(msg);
/src/crypto/external/bsd/heimdal/dist/lib/roken/
getifaddrs.c
143
struct
nlmsghdr
*nlh;
279
char reqbuf[NLMSG_ALIGN(sizeof(struct
nlmsghdr
)) +
282
struct
nlmsghdr
*req_hdr;
288
req_hdr = (struct
nlmsghdr
*)reqbuf;
331
struct
nlmsghdr
**nlhp,
334
struct
nlmsghdr
*nh;
354
nh = (struct
nlmsghdr
*)buff;
355
for (nh = (struct
nlmsghdr
*)buff;
357
nh = (struct
nlmsghdr
*)NLMSG_NEXT(nh, read_size)){
383
*nlhp = (struct
nlmsghdr
*)buff
[
all
...]
/src/external/bsd/dhcpcd/dist/src/
if.h
289
int (*)(struct dhcpcd_ctx *, void *, struct
nlmsghdr
*), void *);
/src/external/bsd/wpa/dist/src/ap/
vlan_full.c
635
vlan_read_ifnames(struct
nlmsghdr
*h, size_t len, int del,
703
struct
nlmsghdr
*h;
716
h = (struct
nlmsghdr
*) buf;
/src/external/bsd/unbound/dist/ipset/
ipset.c
143
struct
nlmsghdr
*nlh;
/src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c
1656
mDNSlocal void PrintNetLinkMsg(const struct
nlmsghdr
*pNLMsg)
1661
printf("
nlmsghdr
len=%d, type=%s, flags=0x%x\n", pNLMsg->nlmsg_len,
1688
struct
nlmsghdr
*pNLMsg = (struct
nlmsghdr
*) buff;
1699
// Make sure we've got an entire
nlmsghdr
in the buffer, and payload, too.
1709
pNLMsg = (struct
nlmsghdr
*) buff;
/src/external/bsd/libfido2/dist/src/
netlink.c
45
struct
nlmsghdr
nlmsg;
/src/external/mpl/bind/dist/lib/isc/netmgr/
udp.c
61
#define MSGHDR
nlmsghdr
/src/external/mpl/bind/dist/lib/ns/
interfacemgr.c
52
#define MSGHDR
nlmsghdr
/src/external/bsd/ntp/dist/ntpd/
ntp_io.c
4755
struct
nlmsghdr
*nh;
Completed in 42 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026