Searched defs:sender (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/ |
H A D | lotest_cmd.c | 64 struct net_device *sender; local 73 if ( ( rc = parse_netdev ( argv[optind], &sender ) ) != 0 ) 85 if ( ( rc = loopback_test ( sender, receiver, opts.mtu ) ) != 0 ) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/usr/ |
H A D | lotest.c | 170 * @v sender Sending network device 175 int loopback_test ( struct net_device *sender, struct net_device *receiver, argument 184 if ( ( rc = ifopen ( sender ) ) != 0 ) 190 if ( ( rc = iflinkwait ( sender, LINK_WAIT_MS ) ) != 0 ) 197 sender->name, receiver->name, mtu ); 198 ifstat ( sender ); 226 if ( ( rc = net_tx ( iob_disown ( iobuf ), sender, 228 sender->ll_addr ) ) != 0 ) { 245 ifstat ( sender );
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/ |
H A D | TestIPC.cpp | 112 myIpcMessageObserver::OnMessageAvailable(PRUint32 sender, const nsID &target, const PRUint8 *data, PRUint32 dataLen) argument 114 printf("*** got message: [sender=%u data=%s]\n", sender, (const char *) data);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ |
H A D | ipcDConnectService.cpp | 1386 // accept special "client check" messages for an anonymous sender 1387 // (invalid sender id, empty target id, zero data and data length 1456 virtual void OnResponseAvailable(PRUint32 sender, const DConnectOp *op, PRUint32 opLen) = 0; 1481 void OnResponseAvailable(PRUint32 sender, const DConnectOp *op, PRUint32 opLen) argument 2758 void OnResponseAvailable(PRUint32 sender, const DConnectOp *op, PRUint32 opLen) argument 2786 rv = dConnect->CreateStub(mSetup->iid, sender, reply->instance, 2817 rv = dConnect->DeserializeException (reader, sender, &xcpt);
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | hfa384x.h | 1953 UINT8 sender[WLAN_ADDR_LEN]; member in struct:hfa384x_MicFailure
|
Completed in 67 milliseconds