Searched refs:mnl_attr_put_u32 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/ |
| H A D | ifutils.c | 195 mnl_attr_put_u32(nlh, IFLA_MTU, mtu); in if_set_mtu() 292 mnl_attr_put_u32(nlh, IFA_LOCAL, ipaddr->ip); in if_act_on_addr() 293 mnl_attr_put_u32(nlh, IFA_ADDRESS, ipaddr->ip); in if_act_on_addr() 585 mnl_attr_put_u32(nlh, RTA_DST, dstaddr->ip); in if_act_on_route() 589 mnl_attr_put_u32(nlh, RTA_OIF, iface); in if_act_on_route() 593 mnl_attr_put_u32(nlh, RTA_GATEWAY, gwaddr->ip); in if_act_on_route()
|
| H A D | libmnl.h | 101 extern void mnl_attr_put_u32(struct nlmsghdr *nlh, uint16_t type, uint32_t data);
|
| H A D | attr.c | 451 void mnl_attr_put_u32(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put_u32() function
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | l2tp.rst | 286 mnl_attr_put_u32(nlh, L2TP_ATTR_FD, tunl_sock_fd); 287 mnl_attr_put_u32(nlh, L2TP_ATTR_CONN_ID, tid); 288 mnl_attr_put_u32(nlh, L2TP_ATTR_PEER_CONN_ID, peer_tid); 307 mnl_attr_put_u32(nlh, L2TP_ATTR_CONN_ID, tid); 308 mnl_attr_put_u32(nlh, L2TP_ATTR_PEER_CONN_ID, peer_tid); 309 mnl_attr_put_u32(nlh, L2TP_ATTR_SESSION_ID, sid); 310 mnl_attr_put_u32(nlh, L2TP_ATTR_PEER_SESSION_ID, peer_sid); 331 mnl_attr_put_u32(nlh, L2TP_ATTR_CONN_ID, tid); 332 mnl_attr_put_u32(nlh, L2TP_ATTR_SESSION_ID, sid); 349 mnl_attr_put_u32(nlh, L2TP_ATTR_CONN_ID, tid);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nf-queue.c | 239 mnl_attr_put_u32(nlh, NFQA_CFG_FLAGS, htonl(flags)); in open_queue() 240 mnl_attr_put_u32(nlh, NFQA_CFG_MASK, htonl(flags)); in open_queue()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/ |
| H A D | libnetfilter-cthelper-visibility-hidden.patch | 360 mnl_attr_put_u32(nlh, NFCTH_STATUS, ntohl(h->status));
|