Searched refs:ret_seq (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dnetlink.h40 int avahi_netlink_send(AvahiNetlink *n, struct nlmsghdr *m, unsigned *ret_seq);
H A Dnetlink.c194 int avahi_netlink_send(AvahiNetlink *nl, struct nlmsghdr *m, unsigned *ret_seq) { argument
206 if (ret_seq)
207 *ret_seq = m->nlmsg_seq;
H A Diface-linux.c47 static int netlink_list_items(AvahiNetlink *nl, uint16_t type, unsigned *ret_seq) { argument
65 return avahi_netlink_send(nl, n, ret_seq);

Completed in 43 milliseconds