📄 ipextensions.nc
字号:
interface IPExtensions {
command struct tlv_hdr *findTlv(struct ip6_ext *ext, uint8_t tlv);
event void handleExtensions(uint8_t label,
struct ip6_hdr *iph,
struct ip6_ext *hop,
struct ip6_ext *dst,
struct ip6_route *route,
uint8_t nxt_hdr);
/*
* will be called once for each fragment when sending or forwarding
*/
event void reportTransmission(uint8_t label, send_policy_t *send);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -