Searched refs:mnl (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/ipset/
H A Dipset.c45 struct mnl_socket *mnl; local
47 mnl = mnl_socket_open(NETLINK_NETFILTER);
48 if (!mnl) {
53 if (mnl_socket_bind(mnl, 0, MNL_SOCKET_AUTOPID) < 0) {
54 mnl_socket_close(mnl);
58 return mnl;
61 static int add_to_ipset(struct mnl_socket *mnl, const char *setname, const void *ipaddr, int af) { argument
94 if (mnl_socket_sendto(mnl, nlh, nlh->nlmsg_len) < 0) {
101 ipset_add_rrset_data(struct ipset_env *ie, struct mnl_socket *mnl, argument
126 ret = add_to_ipset(mnl, setnam
139 ipset_check_zones_for_rrset(struct module_env *env, struct ipset_env *ie, struct mnl_socket *mnl, struct ub_packed_rrset_key *rrset, const char *qname, const int qlen, const char *setname, int af) argument
181 struct mnl_socket *mnl; local
257 struct mnl_socket *mnl; local
[all...]
H A Dipset.h40 void* mnl; member in struct:ipset_env
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_edid.h283 #define DRM_ELD_MONITOR_NAME_STRING 20 /* offsets 20..(20+mnl-1) inclusive */
285 #define DRM_ELD_CEA_SAD(mnl, sad) (20 + (mnl) + 3 * (sad))
389 * @eld: pointer to an eld memory structure with mnl set
402 unsigned int ver, mnl; local
408 mnl = drm_eld_mnl(eld);
409 if (mnl > 16)
412 return eld + DRM_ELD_CEA_SAD(mnl, 0);
427 * @eld: pointer to an eld memory structure with mnl and sad_count set
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c4309 int mnl; local
4315 for (mnl = 0; edid_name && mnl < 13; mnl++) {
4316 if (edid_name[mnl] == 0x0a)
4319 name[mnl] = edid_name[mnl];
4322 return mnl;
4372 int mnl; local
4386 mnl
[all...]

Completed in 105 milliseconds