File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 340
340
341
341
\pnum
342
342
In the table below,
343
- \tcode {a} denotes a value of type \tcode {X} or \tcode {const X},
344
- \tcode {b} denotes a value of type \tcode {address} or \tcode {const address},
345
- \tcode {c} and \tcode {d} denote values of type \tcode {address_v4} or \tcode {const address_v4},
346
- \tcode {e} denotes a value of type \tcode {address_v6} or \tcode {const address_v6},
347
- \tcode {f} denotes a value of type \tcode {unsigned int} or \tcode {const unsigned int},
343
+ \tcode {a} denotes a value of type \tcode {address} or \tcode {const address},
344
+ \tcode {b} and \tcode {c} denote values of type \tcode {address_v4} or \tcode {const address_v4},
345
+ \tcode {d} denotes a value of type \tcode {address_v6} or \tcode {const address_v6},
346
+ \tcode {e} denotes a value of type \tcode {unsigned int} or \tcode {const unsigned int},
348
347
and \tcode {u} denotes an identifier.
349
348
350
349
\begin {libreqtab3 }
362
361
\rhdr {assertion/note pre/post-conditions} \\ \capsep
363
362
\endhead
364
363
365
- \tcode {X u(b );} &
364
+ \tcode {X u(a );} &
366
365
&
367
366
Constructs a multicast group socket option to join the group with the specified version-independent address. \\ \rowsep
368
367
369
- \tcode {X u(c, d );} &
368
+ \tcode {X u(b, c );} &
370
369
&
371
370
Constructs a multicast group socket option to join the specified IPv4 address on a specified network interface. \\ \rowsep
372
371
373
- \tcode {X u(e, f );} &
372
+ \tcode {X u(d, e );} &
374
373
&
375
374
Constructs a multicast group socket option to join the specified IPv6 address on a specified network interface. \\
376
375
You can’t perform that action at this time.
0 commit comments