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
227 * common fields for unicast packets
228 * @skb: the skb carrying the unicast header to initialize
246 /* batman packet type: unicast */ in batadv_send_skb_push_fill_unicast()
248 /* set unicast ttl */ in batadv_send_skb_push_fill_unicast()
259 * batadv_send_skb_prepare_unicast() - encapsulate an skb with a unicast header
275 * unicast 4addr header
279 * @packet_subtype: the unicast 4addr packet subtype to use
318 * batadv_send_skb_unicast() - encapsulate and send an skb via unicast
321 * @packet_type: the batman unicast packet type to use
322 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast
327 * Wrap the given skb into a batman-adv unicast or unicast-4addr header
358 /* this function supports UNICAST and UNICAST_4ADDR only. It in batadv_send_skb_unicast()
391 * @packet_type: the batman unicast packet type to use
392 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast
399 * unicast or unicast-4addr header depending on whether BATADV_UNICAST or
441 * unicast header and send this frame to this gateway node.