OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:obj_hdr
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netmpls/
mpls_ttl.c
138
struct icmp_ext_obj_hdr
obj_hdr
;
member in struct:mpls_extension
173
mpls_icmp_ext.
obj_hdr
.length = htons(sizeof(union mpls_shim) +
175
mpls_icmp_ext.
obj_hdr
.class_num = MPLS_STACK_ENTRY_CLASS;
176
mpls_icmp_ext.
obj_hdr
.c_type = MPLS_STACK_ENTRY_C_TYPE;
mpls_ttl.c
138
struct icmp_ext_obj_hdr
obj_hdr
;
member in struct:mpls_extension
173
mpls_icmp_ext.
obj_hdr
.length = htons(sizeof(union mpls_shim) +
175
mpls_icmp_ext.
obj_hdr
.class_num = MPLS_STACK_ENTRY_CLASS;
176
mpls_icmp_ext.
obj_hdr
.c_type = MPLS_STACK_ENTRY_C_TYPE;
/src/usr.sbin/traceroute/
traceroute.c
1107
struct icmp_ext_obj_hdr *
obj_hdr
;
local in function:decode_extensions
1157
obj_hdr
= (struct icmp_ext_obj_hdr *)buf;
1158
obj_len = ntohs(
obj_hdr
->length);
1174
switch (
obj_hdr
->class_num) {
1176
switch (
obj_hdr
->c_type) {
1200
buf += ntohs(
obj_hdr
->length) -
1210
buf += ntohs(
obj_hdr
->length) -
traceroute.c
1107
struct icmp_ext_obj_hdr *
obj_hdr
;
local in function:decode_extensions
1157
obj_hdr
= (struct icmp_ext_obj_hdr *)buf;
1158
obj_len = ntohs(
obj_hdr
->length);
1174
switch (
obj_hdr
->class_num) {
1176
switch (
obj_hdr
->c_type) {
1200
buf += ntohs(
obj_hdr
->length) -
1210
buf += ntohs(
obj_hdr
->length) -
Completed in 24 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025