OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optspace
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/ping/
ping.c
184
static uint8_t
optspace
[MAX_IPOPTLEN]; /* record route space */
variable in typeref:typename:uint8_t[]
546
optspace
[IPOPT_OPTVAL] = IPOPT_LSRR;
547
optspace
[IPOPT_OLEN] = optlen = 7;
548
optspace
[IPOPT_OFFSET] = IPOPT_MINOFF;
549
(void)memcpy(&
optspace
[IPOPT_MINOFF-1], &whereto.sin_addr,
551
optspace
[optlen++] = IPOPT_NOP;
554
optspace
[optlen+IPOPT_OPTVAL] = IPOPT_RR;
555
optspace
[optlen+IPOPT_OLEN] = (MAX_IPOPTLEN -1-optlen);
556
optspace
[optlen+IPOPT_OFFSET] = IPOPT_MINOFF;
563
(void) memcpy(opack_ip + 1,
optspace
, optlen)
[
all
...]
ping.c
184
static uint8_t
optspace
[MAX_IPOPTLEN]; /* record route space */
variable in typeref:typename:uint8_t[]
546
optspace
[IPOPT_OPTVAL] = IPOPT_LSRR;
547
optspace
[IPOPT_OLEN] = optlen = 7;
548
optspace
[IPOPT_OFFSET] = IPOPT_MINOFF;
549
(void)memcpy(&
optspace
[IPOPT_MINOFF-1], &whereto.sin_addr,
551
optspace
[optlen++] = IPOPT_NOP;
554
optspace
[optlen+IPOPT_OPTVAL] = IPOPT_RR;
555
optspace
[optlen+IPOPT_OLEN] = (MAX_IPOPTLEN -1-optlen);
556
optspace
[optlen+IPOPT_OFFSET] = IPOPT_MINOFF;
563
(void) memcpy(opack_ip + 1,
optspace
, optlen)
[
all
...]
ping.c
184
static uint8_t
optspace
[MAX_IPOPTLEN]; /* record route space */
variable in typeref:typename:uint8_t[]
546
optspace
[IPOPT_OPTVAL] = IPOPT_LSRR;
547
optspace
[IPOPT_OLEN] = optlen = 7;
548
optspace
[IPOPT_OFFSET] = IPOPT_MINOFF;
549
(void)memcpy(&
optspace
[IPOPT_MINOFF-1], &whereto.sin_addr,
551
optspace
[optlen++] = IPOPT_NOP;
554
optspace
[optlen+IPOPT_OPTVAL] = IPOPT_RR;
555
optspace
[optlen+IPOPT_OLEN] = (MAX_IPOPTLEN -1-optlen);
556
optspace
[optlen+IPOPT_OFFSET] = IPOPT_MINOFF;
563
(void) memcpy(opack_ip + 1,
optspace
, optlen)
[
all
...]
Completed in 34 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025