Lines Matching refs:NAME
104 in the kernel. In J1939 any ECU is known by its 64-bit NAME. At the moment of
105 a successful address claim, the kernel keeps track of both NAME and source
188 ``can_addr.j1939.name`` contains the 64-bit J1939 NAME.
194 I.e. only packets with a matching PGN are received. If an ADDR or NAME is set
195 it is used as a receive filter, too. It will match the destination NAME or ADDR
196 of the incoming packet. The NAME filter will work only if appropriate Address
202 packets. If ADDR or NAME is set it will be used as the default destination ADDR
203 or NAME. Further a set ADDR or NAME during ``connect(2)`` is used as a receive
204 filter. It will match the source NAME or ADDR of the incoming packet.
210 If ``can_addr.j1939.name`` is set (!= 0) the NAME is looked up by the kernel and
361 /* Afterwards do a sendto(2) with data set to the NAME (Little Endian). If the
362 * NAME provided, does not match the j1939.name provided to bind(2), EPROTO
368 kernel marks the NAME-SA assignment as valid. The valid assignment will be kept
369 among other valid NAME-SA assignments. From that point, any socket bound to the
370 NAME can send packets.
372 If another ECU claims the address, the kernel will mark the NAME-SA expired.
373 No socket bound to the NAME can send packets (other than address claims). To
374 claim another address, some socket bound to NAME, must ``bind(2)`` again, but with
377 participant on the bus) for this NAME.