OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:option_code
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-ip.c
241
u_int
option_code
;
local
246
option_code
= GET_U_1(cp);
249
tok2str(ip_option_values,"unknown %u",
option_code
));
251
if (
option_code
== IPOPT_NOP ||
252
option_code
== IPOPT_EOL)
270
switch (
option_code
) {
/src/external/bsd/libpcap/dist/
sf-pcapng.c
74
u_short
option_code
;
member in struct:option_header
430
opthdr->
option_code
= SWAPSHORT(opthdr->
option_code
);
495
switch (opthdr->
option_code
) {
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-client.c
1100
int
option_code
= (((uint16_t)opt_cur[0]) << 8) + opt_cur[1];
local
1104
if (
option_code
== dns_opt_update_lease) {
/src/external/bsd/unbound/dist/sldns/
wire2str.c
2371
uint16_t
option_code
, uint8_t* optdata, size_t optlen)
2374
w += sldns_wire2str_edns_option_code_print(s, sl,
option_code
);
2376
switch(
option_code
) {
2419
uint16_t
option_code
, option_len;
local
2428
option_code
= sldns_read_uint16(rdata);
2437
option_code
);
2443
w += sldns_wire2str_edns_option_print(s, sl,
option_code
,
/src/external/mpl/dhcp/dist/server/
failover.c
654
u_int16_t
option_code
;
local
673
omapi_connection_get_uint16 (c, &
option_code
);
691
if ((
option_code
> FTO_MAX) ||
692
(ft_options[
option_code
].type == FT_UNDEF)) {
695
option_code
,
696
dhcp_failover_option_name (
option_code
),
705
if (ft_options [
option_code
].type == FT_DIGEST) {
713
ft_options [
option_code
].name, option_len);
721
if (link -> imsg -> options_present & ft_options [
option_code
].bit) {
723
ft_options [
option_code
].name)
[
all
...]
Completed in 33 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026