Network Interface services: Difference between revisions
No edit summary |
No edit summary |
||
Line 243: | Line 243: | ||
==== GetRequestState ==== | ==== GetRequestState ==== | ||
No input. Returns an output [[#RequestState]]. | |||
==== 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 | |||
|} | |} | ||