|
iPXE
|
An iPhone pairing client. More...
#include <iphone.h>
Data Fields | |
| struct refcnt | refcnt |
| Reference counter. More... | |
| struct interface | xfer |
| Data transfer interface. More... | |
| struct retry_timer | timer |
| Pairing timer. More... | |
| int(* | tx )(struct ipair *ipair) |
| Transmit message. More... | |
| int(* | rx )(struct ipair *ipair, char *msg) |
| Receive message. More... | |
| unsigned int | flags |
| State flags. More... | |
| struct icert | icert |
| Pairing certificates. More... | |
| struct refcnt ipair::refcnt |
| struct interface ipair::xfer |
Data transfer interface.
Definition at line 186 of file iphone.h.
Referenced by ipair_close(), ipair_create(), ipair_rx_session(), ipair_tx(), and ipair_window_changed().
| struct retry_timer ipair::timer |
Pairing timer.
Definition at line 189 of file iphone.h.
Referenced by ipair_close(), ipair_create(), ipair_rx_pair(), ipair_rx_pair_error(), ipair_rx_pubkey(), and ipair_rx_session_error().
Transmit message.
| ipair | Pairing client |
| rc | Return status code |
Definition at line 195 of file iphone.h.
Referenced by ipair_create(), ipair_expired(), ipair_rx_pair(), ipair_rx_pair_error(), ipair_rx_pubkey(), and ipair_rx_session_error().
Receive message.
| ipair | Pairing client |
| msg | XML message |
| rc | Return status code |
Definition at line 202 of file iphone.h.
Referenced by ipair_create(), ipair_rx(), ipair_rx_pair(), ipair_rx_pair_error(), ipair_rx_pubkey(), and ipair_rx_session_error().
| unsigned int ipair::flags |
State flags.
Definition at line 204 of file iphone.h.
Referenced by ipair_create(), ipair_deliver(), ipair_rx_pubkey(), ipair_rx_session(), and ipair_window_changed().
| struct icert ipair::icert |
Pairing certificates.
Definition at line 207 of file iphone.h.
Referenced by ipair_free(), ipair_rx_pubkey(), ipair_rx_session(), ipair_tx_pair(), and ipair_window_changed().
1.8.15