Searched refs:snl_attr_get_bytes (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libifconfig/ |
| H A D | libifconfig_carp.c | 56 { .type = CARP_NL_KEY, .off = _OUT(carpr_key), .cb = snl_attr_get_bytes, .arg_u32 = CARP_KEY_LEN },
|
| /freebsd/sys/netlink/ |
| H A D | netlink_snl.h | 539 snl_attr_get_bytes(struct snl_state *ss __unused, struct nlattr *nla, const void *arg, in snl_attr_get_bytes() function
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 394 … PF_GS_CHKSUM, .off = _OUT(pf_chksum), .arg_u32 = PF_MD5_DIGEST_LENGTH, .cb = snl_attr_get_bytes }, 1547 …PT_KEY, .off = _OUT(key), .arg = (void *)sizeof(struct pf_poolhashkey), .cb = snl_attr_get_bytes },
|