Network Interface services: Difference between revisions

No edit summary
No edit summary
Line 243: Line 243:


==== GetRequestState ====
==== GetRequestState ====
{| class="wikitable" border="1"
No input. Returns an output [[#RequestState]].
|-
! Number || Description
|-
| 0 || Set by sdknso when the cmd returns an error.
|-
| 1 || Not yet submitted or error
|-
| 2 || Pending (sdknso calls this OnHold)
|-
| 3 || Connected (sdknso calls this Available)
|-
| 5 ||
|}


==== GetResult ====
==== GetResult ====
Line 676: Line 663:
|-
|-
| 0x5 || 0x4 || AlternateDns (Copied to an output <code>struct in_addr</code> by sdknso)
| 0x5 || 0x4 || AlternateDns (Copied to an output <code>struct in_addr</code> by sdknso)
|}
= RequestState =
This is "nn::nifm::RequestState".
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || Invalid
|-
| 1 || Free
|-
| 2 || OnHold
|-
| 3 || Accepted
|-
| 4 || Blocking
|}
|}