Lines Matching full:unicast
55 * otherwise it is sent as unicast to the given neighbor.
131 * batadv_send_unicast_skb() - Send unicast packet to neighbor
226 * common fields for unicast packets
227 * @skb: the skb carrying the unicast header to initialize
245 /* batman packet type: unicast */ in batadv_send_skb_push_fill_unicast()
247 /* set unicast ttl */ in batadv_send_skb_push_fill_unicast()
258 * batadv_send_skb_prepare_unicast() - encapsulate an skb with a unicast header
274 * unicast 4addr header
278 * @packet_subtype: the unicast 4addr packet subtype to use
316 * batadv_send_skb_unicast() - encapsulate and send an skb via unicast
319 * @packet_type: the batman unicast packet type to use
320 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast
325 * Wrap the given skb into a batman-adv unicast or unicast-4addr header
356 /* this function supports UNICAST and UNICAST_4ADDR only. It in batadv_send_skb_unicast()
389 * @packet_type: the batman unicast packet type to use
390 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast
397 * unicast or unicast-4addr header depending on whether BATADV_UNICAST or
438 * unicast header and send this frame to this gateway node.