HomeSort by relevance Sort by last modified time
    Searched refs:nl_send_auto (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/common/commands/wifi_relay/
nl_client.cpp 60 // nl_send_auto sets sequence number (if defaults to NL_AUTO_SEQ).
63 nl_send_auto(sock_.get(), msg->Msg());
  /external/libnl/include/netlink/
netlink.h 65 extern int nl_send_auto(struct nl_sock *, struct nl_msg *);
  /external/libnl/lib/
nl.c 292 * @see nl_send_auto()
403 * Unlike `nl_send_auto()`, this function does *not* finalize the message in
406 * @see nl_send_auto()
485 int nl_send_auto(struct nl_sock *sk, struct nl_msg *msg) function
497 * Passes the `msg` to `nl_send_auto()` to finalize and transmit it. Frees the
512 * @see nl_send_auto().
521 err = nl_send_auto(sk, msg);
541 * Sends out the message using `nl_send_auto()` and frees the message
544 * @see nl_send_auto()
565 err = nl_send_auto(sk, msg)
    [all...]
  /external/libnl/lib/route/
link.c 1176 err = nl_send_auto(sk, msg);
    [all...]

Completed in 156 milliseconds