Searched refs:nlmsg_setattr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | netlink.c | 267 nlmsg_setattr(nlmsgbuf_t *m, uint16_t type, const void *ptr, size_t len) in nlmsg_setattr() function 293 return (nlmsg_setattr(m, type, &val, sizeof(val))); in nlmsg_set_u16() 299 return (nlmsg_setattr(m, type, &val, sizeof(val))); in nlmsg_set_u32() 305 return (nlmsg_setattr(m, type, val, strlen(val) + 1)); in nlmsg_set_str()
|
| /freebsd-13.1/contrib/libfido2/fuzz/ |
| H A D | functions.txt | 663 netlink.c:nlmsg_setattr 14 1 92.86% 21 0 100.00%
|