• Home
  • Raw
  • Download

Lines Matching full:address

6  * related to NewIP address.
14 /* This is similar to 0.0.0.0 in IPv4. Does not appear as a real address,
49 /* Short address range:
58 /* Short address range:
60 * DD/DE/.../F0 is a 2-byte address descriptor followed by the address value
73 /* Short address range:
75 * F1 is a 3-byte address descriptor followed by the address value
83 /* Short address range:
85 * F2 is a 5-byte address descriptor followed by the address value
93 /* Short address range:
95 * F3 is a 7-byte address descriptor followed by the address value
103 /* Short address range:
105 * F4 is a 8-byte address descriptor followed by the address value
113 /* Short address range:
115 * 0xFF00 - The loopback address
116 * 0xFF01 - Public address for access authentication
117 * 0xFF02 - Public address of access authentication
118 * 0xFF03 - The neighbor found a public address
119 * 0xFF04 - Address resolution (ARP)
120 * 0xFF05 - DHCP public address
121 * 0xFF06 - Public address for minimalist access authentication
122 * 0xFF07 - Self-organizing protocol public address
143 /* Short address range:
158 /* Short address range:
160 * DD/DE/.../F0 is a 2-byte address descriptor followed by the address value
183 /* Short address range:
185 * F1 is a 3-byte address descriptor followed by the address value
203 /* Short address range:
205 * F2 is a 5-byte address descriptor followed by the address value
223 /* Short address range:
225 * F3 is a 7-byte address descriptor followed by the address value
243 /* Short address range:
245 * F4 is a 8-byte address descriptor followed by the address value
259 /* Short address range:
261 * 0xFF00 - The loopback address
262 * 0xFF01 - Public address for access authentication
263 * 0xFF02 - Public address of access authentication
264 * 0xFF03 - The neighbor found a public address
265 * 0xFF04 - Address resolution (ARP)
266 * 0xFF05 - DHCP public address
267 * 0xFF06 - Public address for minimalist access authentication
268 * 0xFF07 - Self-organizing protocol public address
316 /* The value of the field after the effective length of the short address should be 0 */ in nip_addr_invalid()
335 /* 0xFF00 - The loopback address
336 * 0xFF01 - Public address for access authentication
337 * 0xFF02 - Public address of access authentication
338 * 0xFF03 - The neighbor found a public address
339 * 0xFF04 - Address resolution (ARP)
340 * 0xFF05 - DHCP public address
341 * 0xFF06 - Public address for minimalist access authentication
342 * 0xFF07 - Self-organizing protocol public address