Searched refs:nlmsg_setattr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libfido2/src/ |
H A D | netlink.c | 270 nlmsg_setattr(nlmsgbuf_t *m, uint16_t type, const void *ptr, size_t len) in nlmsg_setattr() function 296 return (nlmsg_setattr(m, type, &val, sizeof(val))); in nlmsg_set_u16() 302 return (nlmsg_setattr(m, type, &val, sizeof(val))); in nlmsg_set_u32() 308 return (nlmsg_setattr(m, type, val, strlen(val) + 1)); in nlmsg_set_str()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | functions.txt | 715 netlink.c:nlmsg_setattr 15 1 93.33% 17 0 100.00%
|