Searched refs:opts (Results 1 – 6 of 6) sorted by relevance
/device/generic/trusty/dhcp/common/ |
D | message.cpp | 227 uint8_t* opts = dhcpData.options; in Message() local 229 *opts++ = OPT_COOKIE1; in Message() 230 *opts++ = OPT_COOKIE2; in Message() 231 *opts++ = OPT_COOKIE3; in Message() 232 *opts++ = OPT_COOKIE4; in Message() 234 *opts++ = OPT_MESSAGE_TYPE; in Message() 235 *opts++ = 1; in Message() 236 *opts++ = type; in Message() 238 updateSize(opts); in Message() 242 uint8_t* opts = nextOption(); in addOption() local [all …]
|
/device/generic/trusty/dhcp/common/include/ |
D | message.h | 97 uint8_t* opts = nextOption(); in addOption() local 98 *opts++ = type; in addOption() 99 *opts++ = sizeof(T) * N; in addOption() 101 memcpy(opts, &item, sizeof(item)); in addOption() 102 opts += sizeof(item); in addOption() 104 updateSize(opts); in addOption()
|
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | port_range_socket_factory.cpp | 72 uint16_t max_port, int opts) { in CreateServerTcpSocket() argument 80 local_address, port_range.first, port_range.second, opts); in CreateServerTcpSocket()
|
D | port_range_socket_factory.h | 42 uint16_t max_port, int opts) override;
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 677 nbd_negotiate_options_check_magic(uint64_t magic) "Checking opts magic 0x%" PRIx64 1954 ahci_populate_sglist_no_prdtl(void *s, int port, uint16_t opts) "ahci(%p)[%d]: no sg list given by …
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 677 nbd_negotiate_options_check_magic(uint64_t magic) "Checking opts magic 0x%" PRIx64 1954 ahci_populate_sglist_no_prdtl(void *s, int port, uint16_t opts) "ahci(%p)[%d]: no sg list given by …
|