Searched refs:server_id (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_parse_tcp_hdr_opt_dynptr.c | 28 __u32 server_id; variable 31 __u32 *server_id) in parse_hdr_opt() argument 34 __u8 buffer[sizeof(kind) + sizeof(hdr_len) + sizeof(*server_id)]; in parse_hdr_opt() 65 __builtin_memcpy(server_id, (__u32 *)(data + 2), sizeof(*server_id)); in parse_hdr_opt() 104 err = parse_hdr_opt(&ptr, &off, &hdr_bytes_remaining, &server_id); in xdp_ingress_v6() 110 if (!server_id) in xdp_ingress_v6()
|
H A D | test_parse_tcp_hdr_opt.c | 28 __u32 server_id; variable 31 __u32 server_id; member 72 state->server_id = *(__u32 *)&tcp_opt[2]; in parse_hdr_opt() 112 if (!opt_state.server_id) in xdp_ingress_v6() 115 server_id = opt_state.server_id; in xdp_ingress_v6()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | parse_tcp_hdr_opt.c | 53 ASSERT_EQ(skel->bss->server_id, 0xBBBBBBBB, "server id"); in test_parse_opt() 83 ASSERT_EQ(skel->bss->server_id, 0xBBBBBBBB, "server id"); in test_parse_opt_dynptr()
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | dataService.js | 41 this.server_id = this.getServerId(); 71 this.server_id = this.getServerId();
|
H A D | api-utils.js | 132 'wss://' + DataService.server_id + '/subscribe', [token]); 168 'wss://' + DataService.server_id + '/subscribe', [token]); 214 'wss://' + DataService.server_id + '/subscribe', [token]);
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | app-header.js | 26 'wss://' + dataService.server_id + '/subscribe', [token]);
|
/openbmc/linux/net/ipv4/ |
H A D | ipconfig.c | 1081 __be32 server_id = NONE; in ic_bootp_recv() local 1099 memcpy(&server_id, opt + 2, 4); in ic_bootp_recv() 1116 ic_servaddr = server_id; in ic_bootp_recv() 1123 if ((server_id != NONE) && in ic_bootp_recv() 1124 (b->server_ip != server_id)) in ic_bootp_recv()
|
/openbmc/docs/designs/ |
H A D | entity-manager-hw-id-vpd-discover-via-device-tree.md | 43 - server_id (platform model id) 73 interfaces, along with retrieving a 'server_id' value from an embedded
|